“No module named caffe” error when trying to run python program

213 Views Asked by At

I recently started with deep dreaming VFX,but I got this error after I typed in the bash python video.py:

Traceback (most recent call last):
  File "video.py", line 19, in <module>
    import caffe
ImportError: No module named caffe

I am a newbie at this, and I looked it up for 3 days and I still have no clue, can someone help? I tried to install caffe using these instructions but I keep getting errors when I run make all. On another thread they said to download and set up OpenCV for it to work, and that too failed...

These are the errors I got while installing Caffe

CXX src/caffe/layers/hdf5_data_layer.cpp
src/caffe/layers/hdf5_data_layer.cpp:13:10: fatal error: hdf5.h: No such file or directory
 #include "hdf5.h"
          ^~~~~~~~
compilation terminated.
Makefile:581: recipe for target '.build_release/src/caffe/layers/hdf5_data_layer.o' failed
make: *** [.build_release/src/caffe/layers/hdf5_data_layer.o] Error 1

and this is the error I got while trying to finish setting up OpenCV:

c@c-VirtualBox:~/opencv$ python removeRedEyes.py
python: can't open file 'removeRedEyes.py': [Errno 2] No such file or directory

While there are many posts about this, they all seem to be outdated from 2015 to 2016.

1

There are 1 best solutions below

0
On

if you are on Linux, add +++ INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/ to your Makefile.config