question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install problem with numpy

See original GitHub issue

This error happens with numpy installed. It also happens when building in readthedocs projects having nitime as a requirement and autodocs enabled.

Collecting numpy (from nitime)
  Using cached numpy-1.10.4-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Collecting nitime
  Downloading nitime-0.6.tar.gz (10.0MB)
    100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 10.0MB 55kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/private/var/folders/hw/7bn8tjn96vd58k7sg1ptt82c0000gn/T/pip-build-l6NHiN/nitime/setup.py", line 17, in <module>
        exec(f.read())
      File "<string>", line 2, in <module>
      File "nitime/__init__.py", line 26, in <module>
        from . import algorithms
      File "nitime/algorithms/__init__.py", line 55, in <module>
        from nitime.algorithms.spectral import *
      File "nitime/algorithms/spectral.py", line 10, in <module>
        import numpy as np
    ImportError: No module named numpy

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/hw/7bn8tjn96vd58k7sg1ptt82c0000gn/T/pip-build-l6NHiN/nitime

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mihaiccommented, Dec 19, 2016
1reaction
mihaiccommented, Dec 16, 2016

Thank you for the release. It really helps our project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip fails to install numpy error code 1 - Stack Overflow
Install Miniconda and then go to a command-line and type conda install numpy (make sure your PATH includes the location conda was installed...
Read more >
error: failed building wheel for numpy ( Solved )
The first solution to remove this error is to first upgrade the pip command. After upgrading try to install the NumPy version using...
Read more >
Error when installing numpy thru pip on Windows Β· Issue #13573
Hi guys,. I just change my workstation and need to install again all my deps, Trying to run pip3 install numpy, pip3 install...
Read more >
Installing NumPy
The only prerequisite for installing NumPy is Python itself. ... Managing packages is a challenging problem, and, as a result, there are lots...
Read more >
Cannot install NumPy using pip and import it - Biostar
Try python -m pip install numpy . If you're intending to run of a different python binary, just substitute that in to the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found