-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building wheel for pymsalruntime - Microsoft Visual C++ 14.0 #774
Comments
tried python 3.12 as explained here and it works flet-dev/flet#4008. & C:\Users\myusername\AppData\Local\Programs\Python\Python312\python.exe -m pip install --upgrade pymsalruntime
Collecting pymsalruntime
Downloading pymsalruntime-0.17.1-cp312-cp312-win_amd64.whl.metadata (274 bytes)
Downloading pymsalruntime-0.17.1-cp312-cp312-win_amd64.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 5.3 MB/s eta 0:00:00
Installing collected packages: pymsalruntime
Successfully installed pymsalruntime-0.17.1 |
I don't think that issue is relevant here. The issue you encountered for pymsalruntime is because that we do not yet ship PyMsalRuntime wheel for Python 3.13. @fengga please add that for PyMsalRuntime's next release. |
Do you have an ETA for the next release? We need it to update to 3.13. |
Hi @rayluo/ @fengga, |
I just took a look, python 3.13 doesn't support the Cython version we are using right now, we need to update our Cython code to make it build for python 3.13. It's not a quick job... I'll prioritize it. |
This blocks many folks that need to work with azure as documented here: Azure/azure-cli#29640 |
Describe the bug
when trying to install pymsalruntime it shows an error related to wheel lib.
To Reproduce
Steps to reproduce the behavior:
python -m pip install pymsalruntime
Expected behavior
Successfully installed pymsalruntime
What you see instead
You will see the following error happening.
The MSAL Python version you are using
1.31.1
The text was updated successfully, but these errors were encountered: