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 doesn't install with pip #2890

Closed
aerialhedgehog opened this issue Oct 21, 2014 · 2 comments
Closed

scipy doesn't install with pip #2890

aerialhedgehog opened this issue Oct 21, 2014 · 2 comments

Comments

@aerialhedgehog
Copy link

https://travis-ci.org/suavecode/SUAVE/builds/38543833

language: python
python:
  - "2.7"

install:
  - "pip install numpy"
  - "pip install scipy"
  - "pip install matplotlib"
  - "python setup.py install"

# run test
script:  
  - "python automatic_regression.py"

fails at pip install scipy, looks like it's complaining that blas or lapack is missing. would be great if scipy was part of the default site pacakges, ref #2650.

for now, using apt-get python-scipy and the system_site_packages:

language: python
python:
  - "2.7_with_system_site_packages"
before_install:
    - sudo apt-get install -qq python-numpy python-scipy python-matplotlib
install:
    - python setup.py install
@roidrage
Copy link
Contributor

Having SciPy preinstalled is covered by #2650.

@aerialhedgehog
Copy link
Author

ok, was expecting pip install scipy to work tho

bbengfort referenced this issue in xerebz/yellowbrick May 31, 2016
mdpiper added a commit to permamodel/permamodel that referenced this issue Feb 2, 2017
albertz added a commit to rwth-i6/returnn that referenced this issue Apr 27, 2017
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