pip install problem with numpy
See original GitHub issueThis 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:
- Created 8 years ago
- Comments:11 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is an fMRI data simulator: https://github.com/IntelPNI/brainiak/blob/master/brainiak/utils/fmrisim.py
Thank you for the release. It really helps our project.