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

relax scipy and numpy version requirement in requirements.txt #29

Open
graik opened this issue Sep 17, 2015 · 1 comment
Open

relax scipy and numpy version requirement in requirements.txt #29

graik opened this issue Sep 17, 2015 · 1 comment
Milestone

Comments

@graik
Copy link

graik commented Sep 17, 2015

pip install -r requirements.txt always insists on recompiling numpy and scipy even if they are already installed on the system. The version given in requirements.txt is higher than the default versions in Ubuntu 14.04 LT server (which is the most common server platform).

Compilation of latest scipy from pip initially failed. Needed some additional dependencies. Solution:
sudo apt-get build-dep python-scipy and then repeat the pip command.

@leasunhy
Copy link
Contributor

The "blue pill" now uses the precompiled version of numpy, scipy, pillow and gevent, which will dramatically reduce the installation time :-)
Since relaxing the version constrains may break the software, we may postpone this job until the epic release of 1.0.0 version of the software 😉
Thank you!

@leasunhy leasunhy added this to the 1.0.0 milestone Sep 18, 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

2 participants