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