-
Notifications
You must be signed in to change notification settings - Fork 327
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
Problems with CPython 3.13 and llvmlite #1107
Comments
This is likely the same issue as numba/numba#9825 due to a missing symbol in the windows build of LLVM used in the wheel. There will be another release candidate with a fix, likely next week. |
Ahhhh, VERY good and sorry for posting here then! Thank you very much for your response! |
Indeed, @Alpengreis please follow numba/numba#9825 -- I'll close this and flag as a duplicate. Thank you very much reporting, it's good to see the issue happens elsewhere too. Can you confirm that it is only Python 3.13, or have you tried the other supported versions too? |
Yes, I can confirm that's the case with Python 3.13 only. Thank you! |
Decided to re-open this issue and close numba/numba#9825 -- the problem is with the windows wheels for llvmlite and not Numba. |
This should fix it: #1108 |
I can confirm that it is now running (with llvmlite v0.44.0rc2). Thank you very much! |
Since I could successfuly install the numba/llvmlite combo v0.61.0rc1/v0.44.0rc1 within CPython v3.13, I tried to run my related code (I had no problem with v0.60.0/0.43.0 and CPython v3.12.7):
Now I can't run this code anymore and the following appears:
Can I do there anything or have I to wait for the new release numba/llvmlite for Python 3.13?
Greetings
Alpengreis
The text was updated successfully, but these errors were encountered: