You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing python3-websockify from https://yum.osc.edu/ondemand/4.0/compute/el$releasever/$basearch/ on RHEL 8 does not bring in required rpm python dependencies. From trial, and error, trying to launch desktop apps the following rpm packages had to be installed by hand.
python3-simplejson
python3-redis
python3-jwcrypto
python3-numpy
These should be defined in your rpm spec file and brought in automatically. I didn't run into this issue with the OOD 3.1 rpm packages so this may be a new issue with the 4.0 builds.