Dear Akintunde and Julia,
I have previously used GRiD on our servers and was very excited about the results. I now want to re-install it (due to new Miniconda version) and continuously receive the same error. I have re-installed Miniconda and Anaconda, I have installed different versions of Conda (4.10. and 4.6), and I have tried to use different Python versions (3.10, 3.9, 3.8, 2.8).
conda install grid=1.3
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.24=0
feature:|@/linux-64::__glibc==2.24=0
Your installed version is: 2.24
Resolved. I tried it in the new year and it works perfectly fine now (Yay!). Unfortunately, I don't know what went wrong but at least it is working now.. :-)
Dear Akintunde and Julia, I have previously used GRiD on our servers and was very excited about the results. I now want to re-install it (due to new Miniconda version) and continuously receive the same error. I have re-installed Miniconda and Anaconda, I have installed different versions of Conda (4.10. and 4.6), and I have tried to use different Python versions (3.10, 3.9, 3.8, 2.8).
Here is my
conda info
(with Conda 4.10):