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

Unable to install cartopy 0.19.0 using conda install #1846

Closed
harshmistry96 opened this issue Sep 8, 2021 · 8 comments
Closed

Unable to install cartopy 0.19.0 using conda install #1846

harshmistry96 opened this issue Sep 8, 2021 · 8 comments

Comments

@harshmistry96
Copy link

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)
image

Also, tried using pip install cartopy==0.19.0.post1

but i get following error:
image

@dopplershift
Copy link
Contributor

For some reason it's still picking from defaults, which is confusing. What does this do:

conda install -c conda-forge cartopy=0.19.0.post1

@harshmistry96
Copy link
Author

Hi,

Can this issue be resolved?

@rcomer
Copy link
Member

rcomer commented Sep 9, 2021

@harshmistry96 did you try the suggestion from #1846 (comment)?

@QuLogic
Copy link
Member

QuLogic commented Sep 15, 2021

You should not install into base. Create a new environment with conda-forge enabled from the start to prevent mismatched dependencies.

@harshmistry96
Copy link
Author

harshmistry96 commented Sep 16, 2021

@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.
Following is the error:
URLError: <urlopen error [Errno 11002] getaddrinfo failed>

@QuLogic
Copy link
Member

QuLogic commented Sep 21, 2021

That's not enough information to go on, but 0.20.0 is out now; try upgrading to that first.

@xaviernogueira
Copy link

@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

@harshmistry96
Copy link
Author

@QuLogic the latest version (0.20.0) works fine.
Thanks

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

5 participants