Skip to content
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

pip install numba (0.38.0) fails on Mac #2918

Closed
2 tasks done
wooters opened this issue Apr 24, 2018 · 3 comments
Closed
2 tasks done

pip install numba (0.38.0) fails on Mac #2918

wooters opened this issue Apr 24, 2018 · 3 comments

Comments

@wooters
Copy link

wooters commented Apr 24, 2018

It looks like the latest version (0.38.0) on pypi fails to install on Mac because of a problem with llvmlite.

$ pip install numba --no-cache-dir
Collecting numba
  Downloading https://files.pythonhosted.org/packages/96/e1/10d64a3bd0866d170b502a5a19482cd6d666c1ace932e43acab85e7d2baf/numba-0.38.0.tar.gz (1.4MB)
    100% |████████████████████████████████| 1.4MB 11.8MB/s
Collecting llvmlite>=0.23.0dev0 (from numba)
  Could not find a version that satisfies the requirement llvmlite>=0.23.0dev0 (from numba) (from versions: 0.2.0, 0.2.1, 0.2.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0.1, 0.12.1, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.17.1, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0)
No matching distribution found for llvmlite>=0.23.0dev0 (from numba)

0.37.0 work fine:

$ pip install numba==0.37.0 --no-cache-dir
Collecting numba==0.37.0
  Downloading https://files.pythonhosted.org/packages/57/49/df1a47b0337df0c6b058b964f121ec513e536367d0a0a4437331d8025a02/numba-0.37.0-cp36-cp36m-macosx_10_7_x86_64.whl (1.5MB)
    100% |████████████████████████████████| 1.5MB 16.3MB/s
Collecting numpy (from numba==0.37.0)
  Downloading https://files.pythonhosted.org/packages/a0/df/fa637677800e6702a57ef09e1d62e42aec3f598fb235f897155d146f2f59/numpy-1.14.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (4.7MB)
    100% |████████████████████████████████| 4.7MB 17.2MB/s
Collecting llvmlite>=0.22.0.dev0 (from numba==0.37.0)
  Downloading https://files.pythonhosted.org/packages/43/47/e4da9368244bc288dd7f9063c31f3c0cc2dec4ab973089871abaeb5c7551/llvmlite-0.22.0-cp36-cp36m-macosx_10_7_x86_64.whl (11.7MB)
    100% |████████████████████████████████| 11.7MB 15.7MB/s
Installing collected packages: numpy, llvmlite, numba
Successfully installed llvmlite-0.22.0 numba-0.37.0 numpy-1.14.2

I tried with both python 2.7 and python 3.6. Same result.

@astrojuanlu
Copy link
Contributor

Same in Linux: #2917

@seibert
Copy link
Contributor

seibert commented Apr 25, 2018

Oops, looks like we uploaded the projects in the wrong order. I've uploaded the sdist for llvmlite. Wheels should be coming tomorrow.

@sklam
Copy link
Member

sklam commented Apr 25, 2018

All the wheels are uploaded to PyPI now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants