简体   繁体   中英

Cannot install cartopy Jupyter Notebook

I am trying to install cartopy package and I run the following (Jupyter Notebook, Macbook):

conda install -c conda-forge cartopy

while I get nothing but:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.

If I try to run directly:

import cartopy.crs as ccrs

the error shows up saying that such a module cannot be found. Any suggestions how to resolve the issue? I aslo tried to create new environment, did not help.

Did you try to run first?

conda updat conda 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM