yosinski / deep-visualization-toolbox

DeepVis Toolbox
http://yosinski.com/deepvis
MIT License
4.02k stars 924 forks source link

segmentation fault : 11 #37

Closed aabobakr closed 8 years ago

aabobakr commented 8 years ago

Thank you for sharing this great toolbox.

I have compiled the master branch of caffe using anaconda python, and it is working correctly. Following the steps in your tutorial I have had everything running on Ubuntu.

On Mac OS X ElCapitan, I am able to import caffe, cv, cv2, scipy, skimage.. but when running ./run_toolbox.py I get the following error

got module <module 'caffevis.app' from '/Users/ahmedabobakr/deep-visualization-toolbox/caffevis/app.pyc'>
got app <class 'caffevis.app.CaffeVisApp'>
Got settings <module 'settings' from '/Users/ahmedabobakr/deep-visualization-toolbox/settings.pyc'>
Segmentation fault: 11
aabobakr commented 8 years ago

I removed the line #!/usr/bin/env python as it sounds like the first defined interpreter in the $PATH variable is not the anaconda python, and ran the script with python run_toolbox.py and it works now on El Capitan as well.