​​The Cambridge Crystallographic Data Centre (CCDC).
The CCDC websites use cookies. By continuing to browse the site you are agreeing to our use of cookies. For more details about cookies and how to manage them, see our  cookie policy.

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