-
Notifications
You must be signed in to change notification settings - Fork 392
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
Failure to install Basemap on linux system #445
Comments
same issue |
same to me, can you help me? @YuHuang3019 |
FYI - I get the same error using |
The same worked for me. On Debian 10 with Python 3.7, it worked with normal |
I have the same issue. |
Hi @KaterFindus! It means that you have to run |
Wow, thank you so much for the quick response, @molinav ! |
Precompiled wheels are available in PyPI since release 1.3.0. This means that you can now install directly using python -m pip install basemap If you need the high-resolution data files, you have to install python -m pip install basemap-data-hires Hope this helps. |
Hi all,
I am trying to install Basemap to python3.6.3 on a linux system(stampede2). My account is just a user account and I am not permitted to use command sudo. I created a virtual environment so that I could make modifications. I also set GEOS_DIR, PROJ_DIR to my /home/GEOS and /home/PROJ because the default directory was not permitted to modify.
I mainly followed two websites:
https://matplotlib.org/basemap/users/installing.html https://www.reddit.com/r/learnpython/comments/2b4p71/trouble_installing_basemap/
During the installation, there are warnings like below
warning: no files found matching 'README'
warning: no files found matching 'LICENSE_proj4'
warning: no files found matching 'LICENSE_pyshp'
warning: no files found matching 'lib/mpl_toolkits/basemap/pyproj.py'
warning: no files found matching 'lib/mpl_toolkits/basemap/shapefile.py'
writing manifest file 'lib/basemap.egg-info/SOURCES.txt'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt
When trying to use Basemap, I always have the problem of missing module _geoslib even though it seems that the basemap1.2.0 is installed. I tried to locate the path of the module and import with path clarified but I cannot find path too. I guess the missing of a few files caused this problem to occur but I have no idea how to fix it.
I am wondering whether you can help me to add the missing files. Or can anyone here give me a complete instruction about how to install Basemap correctly on a linux system?
Thanks!
The text was updated successfully, but these errors were encountered: