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

requirements.txt install fails with numpy.distutils.core import error #23

Closed
fbessho opened this issue Feb 11, 2015 · 2 comments
Closed
Milestone

Comments

@fbessho
Copy link
Owner

fbessho commented Feb 11, 2015

pip install -r requirements.txt fails with the error on Max OS X.

pip install -r requirements.txt

...

        from numpy.distutils.core import setup

    ImportError: No module named numpy.distutils.core

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/3s/7v9d19q90752p8_nqzxj4cg80000gn/T/pip-build-MKi69E/pyamg

Current workaround is to install numpy independently before running pip install -r requirements.txt

pip install numpy==1.8.1
@fbessho
Copy link
Owner Author

fbessho commented Feb 11, 2015

Related issue in github
scipy/scipy#3379
scipy/scipy#465

@fbessho
Copy link
Owner Author

fbessho commented Nov 3, 2015

Kinda resolved by 0.2.1 release (#24)
pip install should work without this issue.

@fbessho fbessho closed this as completed Nov 3, 2015
@fbessho fbessho added this to the v0.2.1 milestone Nov 3, 2015
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

1 participant