centos – Miniconda python UnsatisfiableError: The following specifications were found to be incompatible with each other:
I am trying to install geopandas in python with the command:
conda install -c “conda-forge/label/cf202003” geopandas
(I use intel compiler for miniconda and linux centos)
But, the feedback is :
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.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages. failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.17=0
- feature:|@/linux-64::__glibc==2.17=0
Your installed version is: 2.17
I tried to install geopandas.
Read more here: Source link