Dear Developers
I am slightly confused with the installation instructions & having issues for scNodes:
OS: Redhat 9; GCC 11.4.1; Python 3.10.15; Cuda 11.8
Note: Tried with cuda 12.4 but seems to fail in step 2 below - as it seems to depend on Cuda 11. Error was:
'...W tensorflow/stream_executor/platform/default/dso_loader.cc:64]
Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0...'
I am trying to install on a head-node of a HPC farm, for general use.
This Part works (I can import scNodes e.g., python -c 'import scNodes')
1: pip install scNodes
However, with
2: python -m scNodes install
I get errors:
/somewhere/scNodes/lib/python3.10/site-packages/glfw/init.py:917: GLFWError: (65543) b'GLX: Forward compatibility requested but GLX_ARB_create_context_profile is unavailable'
warnings.warn(message, GLFWError)
Traceback (most recent call last):
...
Exception: Could not initialize GLFW window.
I also get errors trying to install gpufit directly, with error 'error: invalid command 'bdist_wheel'. Tried different versions of wheel (0.30.0-0.45.1)
Any suggestions welcome.
Regards
Suhail
Dear Developers
I am slightly confused with the installation instructions & having issues for scNodes:
OS: Redhat 9; GCC 11.4.1; Python 3.10.15; Cuda 11.8
Note: Tried with cuda 12.4 but seems to fail in step 2 below - as it seems to depend on Cuda 11. Error was:
'...W tensorflow/stream_executor/platform/default/dso_loader.cc:64]
Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0...'
I am trying to install on a head-node of a HPC farm, for general use.
This Part works (I can import scNodes e.g., python -c 'import scNodes')
1: pip install scNodes
However, with
2: python -m scNodes install
I get errors:
/somewhere/scNodes/lib/python3.10/site-packages/glfw/init.py:917: GLFWError: (65543) b'GLX: Forward compatibility requested but GLX_ARB_create_context_profile is unavailable'
warnings.warn(message, GLFWError)
Traceback (most recent call last):
...
Exception: Could not initialize GLFW window.
I also get errors trying to install gpufit directly, with error 'error: invalid command 'bdist_wheel'. Tried different versions of wheel (0.30.0-0.45.1)
Any suggestions welcome.
Regards
Suhail