I was trying to install JupyterLab on RHEL running on IBM Power 9 machine, the server is connected to the internet and the repo for EPEL is enabled.
During installation of Jupyterlab it could not build pyzmq, argon2-cffi-bindings, and psutils and throws an error. These errors were due to the rpm-build which was preventing the system from installing python3-devel, which was solved after removing the rpm-build.
Now Jupyterlab is installed without any errors, yet the lab is unable to run any Python code (not even print("Hello World").
Am I missing something?
------------------------------
Anup Regmi
------------------------------