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

No module named 'numpy' #19

Open
dsme94 opened this issue Jan 29, 2019 · 1 comment
Open

No module named 'numpy' #19

dsme94 opened this issue Jan 29, 2019 · 1 comment

Comments

@dsme94
Copy link

dsme94 commented Jan 29, 2019

➜ PyGeoIpMap git:(master) ✗ sudo pip3 install -r requirements.txt
Collecting https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz (from -r requirements.txt (line 3))
Downloading https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz
| 164.3MB 16.0MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-gni68bkb/setup.py", line 1, in
import sys, glob, os, numpy, subprocess
ImportError: No module named 'numpy'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-gni68bkb/

I think this will be sorted by moving numpy to one of the first packages to be installed.

@ghost
Copy link

ghost commented Jan 29, 2022

sudo pip3 install numpy

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

1 participant