mitmul / ssai-cnn

Semantic Segmentation for Aerial / Satellite Images with Convolutional Neural Networks including an unofficial implementation of Volodymyr Mnih's methods
http://www.ingentaconnect.com/content/ist/jist/2016/00000060/00000001/art00003
MIT License
260 stars 75 forks source link

unable to do make in utils #9

Open sumitvasie opened 8 years ago

sumitvasie commented 8 years ago

i run the command sudo ./build.sh -- Boost version: 1.59.0 -- Found the following Boost libraries: -- system -- filesystem -- python3 -- Configuring done -- Generating done -- Build files have been written to: /media/sumit/New Volume/PROJECTS/ASD/ssai-cnn-master/utils make[2]: * No rule to make target '/home/sumit/.pyenv/versions/anaconda3-2.4.0/lib/libpython3.5m.so', needed by 'patches.so'. Stop. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/patches.dir/all' failed make[1]: * [CMakeFiles/patches.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *\ [all] Error 2

Got this error. Kindly help..

whatnick commented 7 years ago

Where is your anaconda3 installed ? I had to change the define in build.sh to point to my actual anaconda install location.