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
Hi,
I have tried to install basemap in colab, I tested some alternatives but none of them worked.
I tried also the proposed solution find in StackOverflow, without success
https://stackoverflow.com/questions/54613992/how-to-install-and-use-basemap-on-google-colab
How I can install basemap in Colab?
best
The text was updated successfully, but these errors were encountered:
Hi @SalvatoreRa!
Can you try to install it with the solution that I posted here? https://stackoverflow.com/a/70624545/13312069
Since version 1.3.0 we have precompiled wheels in PyPI, so you can install basemap in Google Colab as any other package:
basemap
!pip install basemap
In case you need the high-resolution datasets, you need to install them manually:
!pip install basemap-data-hires
Sorry, something went wrong.
Hi @SalvatoreRa! Can you try to install it with the solution that I posted here? https://stackoverflow.com/a/70624545/13312069 Since version 1.3.0 we have precompiled wheels in PyPI, so you can install basemap in Google Colab as any other package: !pip install basemap In case you need the high-resolution datasets, you need to install them manually: !pip install basemap-data-hires
thanks, It worked well
Perfect! Then I think we can close this issue.
No branches or pull requests
Hi,
I have tried to install basemap in colab, I tested some alternatives but none of them worked.
I tried also the proposed solution find in StackOverflow, without success
https://stackoverflow.com/questions/54613992/how-to-install-and-use-basemap-on-google-colab
How I can install basemap in Colab?
best
The text was updated successfully, but these errors were encountered: