Hey all,
They just updated our cluster from slurm 18.08.4 to slurm 21.08.2. my old code had been working fine, but now when I run something, I get the following error message at import time:
Traceback (most recent call last):
File "/path/to/myscript.py", line 11, in <module>
import pyslurm
File "/path/to/my_venv/lib/python3.7/site-packages/pyslurm/__init__.py", line 16, in <module>
from .pyslurm import *
ImportError: libslurmdb.so.33: cannot open shared object file: No such file or directory
I tried uninstalling and reinistalling pyslurm with pip, and the version I'm getting is:
pyslurm 18.8.1.1
which seems to be a bit out of date?
What do I need to do to get the newer version?