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

installing Basemap on Centos without root privileges #471

Closed
bruhwiler opened this issue Jul 21, 2019 · 1 comment
Closed

installing Basemap on Centos without root privileges #471

bruhwiler opened this issue Jul 21, 2019 · 1 comment

Comments

@bruhwiler
Copy link

I ran into a few technical issues, when trying to install Basemap on a Centos Linux box where I did not have root privileges.

This is a very specific case, so I don't know how helpful it will be, but in any case, I documented the instructions in a public 'gist' here:
https://gist.github.com/bruhwiler/5108aecce94da0532c9f275f3b0b4d9d

The step-by-step instructions are a bit overly detailed, because I did this for a student who was not familiar with Linux, nor with the JupyterLab UI.

@molinav
Copy link
Member

molinav commented Jan 10, 2024

Thanks for your contribution, @bruhwiler! I know it has been a long time since the issue was open, but I wanted to share with you that the complexity of the installation process has been reduced significantly in the last couple of years. Manylinux wheels are available on PyPI:

python -m pip install basemap

as well as conda-forge packages:

conda install -c conda-forge basemap

This means that the installation can be performed with precompiled binary packages, without the need of building everything from source. The installation procedure is now described in the documentation too:
https://matplotlib.org/basemap/1.4.0/users/installation.html

@molinav molinav closed this as completed Jan 10, 2024
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

2 participants