keras-molecules icon indicating copy to clipboard operation
keras-molecules copied to clipboard

ImportError: libcudart.so.8.0

Open nshervt opened this issue 5 years ago • 2 comments

I receive the following error when trying to train the model. ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

I am using cuda 10.0, python 2.7.15, on GPU.

nshervt avatar Jul 02 '19 02:07 nshervt

Hi, I am facing the same problem. How did you solve it?

luis-sribeiro avatar Aug 30 '21 15:08 luis-sribeiro

Does https://github.com/tensorflow/tensorflow/issues/5343 help you solve the issue? Make sure your cuda is installed in an accessible way (possibly via conda).

pechersky avatar Aug 30 '21 16:08 pechersky