Skip to content Skip to sidebar Skip to footer

Importerror: Dlopen(...) Library Not Open

I am trying to run Google Research's DeepDream code on a mac running OSx 10.9.5. There are a few dependencies that I had to install. I am using the Anaconda distribution of python

Solution 1:

libcudart.7.0.dylib is a GPU related library.

Does the machine you're running on have a GPU? If not, then you need to specify CPU mode in Makefile.config for caffe.

If you do have a GPU, then please take a look here. https://github.com/BVLC/caffe/issues/779

Post a Comment for "Importerror: Dlopen(...) Library Not Open"