We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
➜ 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/
➜ 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.
The text was updated successfully, but these errors were encountered:
sudo pip3 install numpy
Sorry, something went wrong.
No branches or pull requests
I think this will be sorted by moving numpy to one of the first packages to be installed.
The text was updated successfully, but these errors were encountered: