-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
Continuous integration tests are failing due to some error with the mkl lib. I suspect it may be related to upgrading artifacts actions from v3 to v4 based on the timing? #674
Here's an example failed run:
https://github.com/ReactionMechanismGenerator/RMG-database/actions/runs/13459108856/job/37609807150?pr=682
2025-02-25T08:46:47.9994986Z rmgpy/rmg/main.py:51: in <module>
2025-02-25T08:46:47.9995224Z from cantera import ck2yaml
2025-02-25T08:46:47.9995633Z ../../../../miniconda3/envs/rmg_env/lib/python3.7/site-packages/cantera/__init__.py:4: in <module>
2025-02-25T08:46:47.9996073Z from ._cantera import *
2025-02-25T08:46:47.9996446Z E ImportError: libmkl_rt.so.2: cannot open shared object file: No such file or directory
I ran into the same error with libmkl when trying to help a new undergrad student install RMG yesterday, so I don't think it's just a database problem.