-
Notifications
You must be signed in to change notification settings - Fork 394
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
Install basemap in google colab #525
Comments
@titan-khan Thanks for the feedback and sorry for the inconvenience! I was doing a big refactoring of the Could you give a try to the recent wheels that I uploaded to PyPI? We have at the moment the beta release 1.3.0b1 there (with libgeos already bundled so no need of compiling anything by yourself): !pip install "basemap == 1.3.0b1" "basemap-data == 1.3.0b1" If you need the high-resolution data files, just add !pip install basemap and then |
Hi @molinav, thank you for the response. Your suggested solution have solved my problem. Now, I can install it successfully in my google colab. And I would like to thanks for your hard work to make the installation of Basemap easier. Looking forward for the final version 1.3.0! |
Maybe someone is making changes again? Yesterday I was working a lot with basemap. Today I got an error 'no module named mpl_toolkits.basemap' Anyone knows what's going on with this libraries and toolkits? Thanks! [EDIT] |
Hi @FenixDigitalB. How did you try to install
Output:
Then I restart the colab runtime, and this:
returns:
as expected. |
Yes. I don't know what happened, but it started working a while after I post my question. Thanks for checking! |
Hello there, I was used the following script to install Basemap in Google Colab.
!apt-get install libgeos-3.5.0
!apt-get install libgeos-dev
!pip install https://github.com/matplotlib/basemap/archive/master.zip
But this script didn't work anymore because of some update in the github repo. Can anyone help me how to install basemap right now (after the update)? Here is the error messages:
ERROR: HTTP error 404 while getting https://github.com/matplotlib/basemap/archive/basemap-master.zip
ERROR: Could not install requirement https://github.com/matplotlib/basemap/archive/basemap-master.zip because of HTTP error 404 Client Error: Not Found for url: https://codeload.github.com/matplotlib/basemap/zip/basemap-master for URL https://github.com/matplotlib/basemap/archive/basemap-master.zip
Thanks in advance.
The text was updated successfully, but these errors were encountered: