I have been working in a Python3.8 virtual environment which I created. I am trying to install a package with conda and I am getting the following error:
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.31=0
- python=3.8.10 -> libgcc-ng[version='>=7.5.0'] -> __glibc[version='>=2.17']
Your installed version is: 2.31
I have seen that similar errors can be caused by using different channels, but I have not installed anything else in this virtual environment. How I can interpret and solve the above?
This is what is currently installed in my environment
$ pip list
Package Version
---------- ---------
certifi 2022.6.15
pip 22.1.2
setuptools 61.2.0
wheel 0.37.1
Edit: Added installed packages