​​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.

CSD Python API not working on RHEL 9

Solution

There is a known issue where the version of python which is bundled with the CSD Portfolio will not run on RHEL 9 and clones. This is caused by incompatible libraries and the workaround is to set LD_LIBRARY_PATH before starting the Python session.

LD_LIBRARY_PATH=~/CCDC/ccdc-software/csd-python-api/miniconda/lib

Change the path to the CCDC folder if necessary.