maxhodak / keras-molecules

Autoencoder network for learning a continuous representation of molecular structures.
MIT License
519 stars 146 forks source link

ImportError: libcudart.so.8.0 #80

Open nshervt opened 5 years ago

nshervt commented 5 years ago

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.

luis-sribeiro commented 3 years ago

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

pechersky commented 3 years ago

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).