-
Notifications
You must be signed in to change notification settings - Fork 329
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
Easy pip install for llvmlite #240
Comments
This is something we are working on. See #222 for work towards this. |
@seibert Is it fair to say this issue should be closed? That's what it looks like on #222. More specifically, I require numba for several of my packages, and (despite my best efforts) many of my users are intransigent regarding |
I think we can close this issue in llvmlite, unless people find problems. We discovered that our Numba wheel is slightly out of spec because it links to the libpython shared library (which wheels are apparently not supposed to do). We'll be looking to fix that for the next release in a few weeks: |
I just stumbled over this ancient issue. |
Today llvmlite requires complex installation, outside conda environment.
Please consider providing binary packages for llvmlite, TensorFlow is able to provide pre-build packages you should be able as well, in case you are looking for massive usage except a few geeks that are happy to spend time to install it locally.
The text was updated successfully, but these errors were encountered: