Navigation Menu

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

Problems installing basemap behind a proxy #5655

Closed
ispmarin opened this issue Dec 10, 2015 · 2 comments
Closed

Problems installing basemap behind a proxy #5655

ispmarin opened this issue Dec 10, 2015 · 2 comments

Comments

@ispmarin
Copy link

Just to cross-reference, I can't install basemap from behind a proxy, even when pip works. pypa/pip#3297

Has anyone faced the same problem or has a solution?

Cheers

@jenshnielsen
Copy link
Member

Basemap should really be on pypi but the size currently prevents this see matplotlib/basemap#198

I would suggest cloning the repository with git, checkout the release that you want and then do
pip install . from the top level source directory as a work around. You can also download a tar.gz file if that is easier.

@ispmarin
Copy link
Author

Got it. Downloaded the rep and installed with

pip install --no-index file:///src/basemap

Had to install by hand a bunch of deps (both Python and Linux) but it worked.

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

3 participants