Hi there,
The CI tests for geomeTRIC have failed with an ImportError recently, and the logs show a GLIBCXX version error when attempting to load OpenMM 8.0's shared library file:
E ImportError: /usr/share/miniconda/lib/python3.9/site-packages/scipy/sparse/../../../../libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/share/miniconda/lib/python3.9/site-packages/openmm/../../../libOpenMM.so.8.0)
The log: https://github.com/leeping/geomeTRIC/actions/runs/4093539343/jobs/7059044624#step:5:1542
The env.yaml file used to set up the test environment: https://github.com/leeping/geomeTRIC/blob/master/devtools/conda-envs/latest.yaml
I'm not sure how this error could be reproduced because it's running on the CI server. Does it have to do with the Conda release being built on an OS that is newer than the testing OS?
Thanks,
Hi there,
The CI tests for geomeTRIC have failed with an
ImportErrorrecently, and the logs show a GLIBCXX version error when attempting to load OpenMM 8.0's shared library file:The log: https://github.com/leeping/geomeTRIC/actions/runs/4093539343/jobs/7059044624#step:5:1542
The env.yaml file used to set up the test environment: https://github.com/leeping/geomeTRIC/blob/master/devtools/conda-envs/latest.yaml
I'm not sure how this error could be reproduced because it's running on the CI server. Does it have to do with the Conda release being built on an OS that is newer than the testing OS?
Thanks,