yuqiyuqitan / SPACEc

Other
15 stars 3 forks source link

FYI: this project requires CUDA 11 #52

Closed aowenson-imm closed 3 months ago

aowenson-imm commented 3 months ago

SPACEc requires DeepCell -> tensorflow 2.8.4 -> CUDA 11. With CUDA 12 I get this error:

>>> import spacec as sp
2024-07-24 14:10:37.305784: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'
TKempchen commented 3 months ago

Could you provide us with further information regarding the platform you are running on?

aowenson-imm commented 3 months ago

I had followed your install instructions with CUDA 12 module activated, only discovered the error at end. Reinstalling with CUDA 11 allows me to import spacec.

yuqiyuqitan commented 3 months ago

Thank you for sharing. This is very valuable information. Even though SPACEc is running on CUDA 12 on our end, in the future, if others experience the same issue, we would recommend that they downgrade their CUDA version.