FileNotFoundError: asyncio.create_subprocess_exec() cannot execute .cmd files such as az.cmd. UnicodeEncodeError: Azure CLI output includes Unicode characters that Windows’ default console encoding ...
I have a Cython project that errors with error C4996: 'Py_UNICODE': deprecated in 3.13 only when building on Python 3.13 on win32. The same code builds with Python 3. ...