Sublime Text 3 unable to import python module although importing from command line is possible?
问题 when I tried to build with python in ST3, I get an import error as I tried to do import caffe but when I simply ran on the terminal, typing $ python >>> import caffe it works. On my sublime text 3 I still can import other modules like numpy and matplotlib. This is the sublime python build I found (is this the right location? Why is it not extracted out but instead in a package?): The directory is: /opt/sublime_text/Packages/Python.sublime-package and the file python.sublime-build in the