FAQs
I am trying to install the CSD Python API but encountered an UnsatisfiableError
Solution
If you are trying to install the API separately and you get the following error message or similar:
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
The solution is to add the conda forge channel first then retry the installation:
conda config --add channels conda-forge