When running the following command in my terminal:
conda install geopandas
I get the following results:
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.
It is the case with geopandas but also any package I'm trying to install. I've tried:
- Reinstalling Anaconda
- Created a new environment
but nothing works.
Any idea how I could fix that?
Here is the info on the version:conda info
active environment : base
active env location : /Users/xx/opt/anaconda3
shell level : 1
user config file : /Users/xx/.condarc
populated config files :
conda version : 4.8.3
conda-build version : 3.18.11
python version : 3.8.3.final.0
virtual packages : __osx=10.15.6
base environment : /Users/xx/opt/anaconda3 (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/xx/opt/anaconda3/pkgs
/Users/xx/.conda/pkgs
envs directories : /Users/xx/opt/anaconda3/envs
/Users/xx/.conda/envs
platform : osx-64
user-agent : conda/4.8.3 requests/2.24.0 CPython/3.8.3 Darwin/19.6.0 OSX/10.15.6
UID:GID : 501:20
netrc file : None
offline mode : False
Thank you!