Libhcoll.so.1: cannot open shared object file

Hello all,

I installed openmc in the cluster and load it on the jupyter notebook for interactive sessions. I was testing “pincell” example and everything was working well until I executed “universe.plot”. It gave me the following error (only the last part is attached here). I used conda environment which is already installed in the university cluster. Has anyone encountered the similar issues?

Thank you for you help!

File /home/software/anaconda3/2023.07/lib/python3.11/ctypes/__init__.py:376, in CDLL.__init__(self, name, mode, handle, use_errno, use_last_error, winmode)
    373 self._FuncPtr = _FuncPtr
    375 if handle is None:
--> 376     self._handle = _dlopen(self._name, mode)
    377 else:
    378     self._handle = handle

OSError: libhcoll.so.1: cannot open shared object file: No such file or directory

This issue is resolved!