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

python setup.py egg_info fails on ppc64le during scikit-image install #1

Open
cwpearson opened this issue Feb 28, 2018 · 0 comments
Open
Assignees

Comments

@cwpearson
Copy link
Member

Run

make build_and_push

on a ppc64le system, and see

Step 9/18 : RUN pip3 install --user numpy scikit-image
 ---> Running in 96526df0b4b6
Collecting numpy
  Using cached numpy-1.14.1.zip
Collecting scikit-image
  Downloading scikit-image-0.13.1.tar.gz (26.1MB)
Collecting matplotlib>=1.3.1 (from scikit-image)
  Downloading matplotlib-2.1.2.tar.gz (36.2MB)
Collecting scipy>=0.17.0 (from scikit-image)
  Downloading scipy-1.0.0.tar.gz (15.2MB)
Collecting six>=1.7.3 (from scikit-image)
  Downloading six-1.11.0-py2.py3-none-any.whl
Collecting networkx>=1.8 (from scikit-image)
  Downloading networkx-2.1.zip (1.6MB)
Collecting pillow>=2.1.0 (from scikit-image)
  Downloading Pillow-5.0.0.tar.gz (14.2MB)
Collecting PyWavelets>=0.4.0 (from scikit-image)
  Downloading PyWavelets-0.5.2.tar.gz (4.4MB)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-jw5wo631/PyWavelets/setup.py", line 12, in <module>
        from numpy import get_include as get_numpy_include
    ImportError: No module named 'numpy'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jw5wo631/PyWavelets/
The command '/bin/sh -c pip3 install --user numpy scikit-image' returned a non-zero code: 1
Makefile:35: recipe for target 'build_cpu' failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants