-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error while installing llvmlite on Windows #9898
Comments
You may want to use an older version of Python, like Python 3.12. llvmlite doesn't ship Python 3.13 wheels yet, so you have to build from source. |
I'm coming from Ubuntu, i have rather similar problem. I tried
How can we get this installed? I am at a loss here, don't know where the issue is coming from |
Update, this was installing old version of numba because i had |
Thanks for following up! I wonder if there's a place for this in https://docs.astral.sh/uv/reference/build_failures/ |
I actually think putting a section on how to install these common libs would be cool. Like there is pytorch section, I believe we can put them somewhere for better visibility. I now suspect for |
I'm trying to add numba as a dependency on my project but it's failing to install llvmlite. I tried the solutions in #6281 namely adding "llvmlite >=0.43.0" to constraint-dependencies, but even with the newest version of llvmlite, the installation fails. I've tried clearing the uv cache and updating Visual Studio with no change in the result. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: