Hi all, so I follow this link:
https://gist.github.com/arundasan91/b432cb011d1c45b65222d0fac5f9232c#Makefile.configTo install caffe using anaconda with only CPU. I change the Makefile.config file similarily to what is shown on this link.
I then use the cmake way of building caffe and it works well. I've got it working and everything on python2.7.
The problem is that I cannot use or import caffe into ipython notebook. I am assuming it is because I could never run "sudo make distribute" due to the error I receive in the subject heading.
I'm a relatively new user when it comes to Ubuntu and Caffe. Any suggestions on how to fix this? Or how I could import it into ipython notebook.
Thanks.