-
Notifications
You must be signed in to change notification settings - Fork 377
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
Unable to install cartopy 0.19.0 using conda install #1846
Comments
For some reason it's still picking from defaults, which is confusing. What does this do:
|
Hi, Can this issue be resolved? |
@harshmistry96 did you try the suggestion from #1846 (comment)? |
You should not install into base. Create a new environment with conda-forge enabled from the start to prevent mismatched dependencies. |
@QuLogic Thank you for the reply. I was able to download latest version of cartopy(0.19). But now I am getting some different error. |
That's not enough information to go on, but 0.20.0 is out now; try upgrading to that first. |
@harshmistry96 That is because they changed servers, you need to have the new 0.20.0 version. That said i am having trouble downloading it, but now at least you know what is causing the URLerror |
@QuLogic the latest version (0.20.0) works fine. |
I am trying to install the latest version of cartopy(0.19.0) using following command
conda install -c conda-forge cartopy
but it installs cartopy(0.18.0). I have attached the screenshot for reference.
OS; Windows 10 (64-bit)

Also, tried using
pip install cartopy==0.19.0.post1
but i get following error:

The text was updated successfully, but these errors were encountered: