Skip to content

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

@graik

Description

@graik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions