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

Scipy requirement not documented. #9

Closed
rchrd2 opened this issue Apr 1, 2015 · 2 comments
Closed

Scipy requirement not documented. #9

rchrd2 opened this issue Apr 1, 2015 · 2 comments

Comments

@rchrd2
Copy link

rchrd2 commented Apr 1, 2015

   from scipy.spatial import cKDTree as KDTree
ImportError: No module named scipy.spatial

But even after installing scypi with pip, I still get the error.

pip install scipy

--Edit--
The pip install is failing on my vagrant. Investigating.
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found

In either case, it would be useful for the need for scipy to be documented in the README or included in the setup.py.

@thampiman
Copy link
Owner

Hi Richard -- It looks like you need to manually install gfortran, libopenblas and liblapack. Let me know if that works and I'll close this issue. I'll update the README to include the scipy & numpy requirements.

@rchrd2
Copy link
Author

rchrd2 commented Apr 2, 2015

Yes. I had to install those libraries with apt-get prior to installing numpy and scipy with pip. Thanks.

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

2 participants