You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some issues running pip install py-ewr when using Python 3.12.3, resulting in the following error:
Building wheels for collected packages: pyzmq
Building wheel for pyzmq (pyproject.toml) ... error
error: subprocess-exited-with-error
....
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
A google search suggested that this might be due to an issue in newer versions of Python. By specifying an older version (3.11.8) I was able to successfully download the package. Perhaps worth updating the documentation.
Hello,
I had some issues running pip install py-ewr when using Python 3.12.3, resulting in the following error:
A google search suggested that this might be due to an issue in newer versions of Python. By specifying an older version (3.11.8) I was able to successfully download the package. Perhaps worth updating the documentation.
microsoft/azuredatastudio#25327 (comment)
The text was updated successfully, but these errors were encountered: