Hi, I used the single workstation installation command to download the software on our school’s pod cluster. When it tried to connect the worker node to master node, it had the error listed below:
Connected to master.
Current connected workers:
Worker will be registered with 32 CPUs.
Autodetecting available GPUs…
Traceback (most recent call last):
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/ffi.py”, line 180, in
lib = ctypes.CDLL(str(_lib_handle.enter()))
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/ctypes/init.py”, line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: /opt/ohpc/pub/compiler/gcc/5.4.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30’ not found (required by /home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/…/…/…/…/libLLVM-14.so)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “bin/connect.py”, line 233, in
gpu_devidxs = check_gpus()
File “bin/connect.py”, line 96, in check_gpus
correct_driver_version = get_correct_min_driver_version(driver_version)
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py”, line 40, in get_correct_min_driver_version
from cryosparc_compute.gpu.driver import CUDA_TOOLKIT_MIN_DRIVER_VERSIONS, get_toolkit_version
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/cryosparc_compute/gpu/driver.py”, line 13, in
import numba.cuda
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba/init.py”, line 69, in
from numba.core import config
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba/core/config.py”, line 16, in
import llvmlite.binding as ll
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/init.py”, line 4, in
from .dylib import *
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/dylib.py”, line 3, in
from llvmlite.binding import ffi
File “/home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/ffi.py”, line 187, in
raise OSError(msg)
OSError: Could not find/load shared object file: libllvmlite.so
Error was: /opt/ohpc/pub/compiler/gcc/5.4.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30’ not found (required by /home/frankz8695/cryosparcuser/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/llvmlite/binding/…/…/…/…/libLLVM-14.so)
When I tried to use the cryosparcw connect command to do it again, the same error appeared again.
I felt that this problem has to do with the pod cluster. Can somebody offer a solution so that I could tell the IT people what to do.