Hello!
I am still in the process of setting up a new cluster. I cannot get interactive jobs to run in OnDemand (Interactive Desktop or Ansys) due to Websockify failing to start. The following is the content of the websockify.log file:
Traceback (most recent call last):
File "/usr/local/bin/websockify", line 33, in <module>
sys.exit(load_entry_point('websockify==0.13.0', 'console_scripts', 'websockify')())
File "/usr/local/bin/websockify", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib64/python3.9/importlib/metadata.py", line 542, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib64/python3.9/importlib/metadata.py", line 196, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: websockify
Websockify v0.13.0 is freshly installed following the instructions on the Websockify GitHub. The websockify --help command works fine when run as root but not when run as a regular user, as it produces the above error. This cluster is RHEL 9.6 using OnDemand version 4.0.11. I am unsure of how to proceed with this error as it hasn’t presented itself on our two other clusters running OnDemand. Any assistance would be greatly appreciated. Thanks!