So I've read the posts on SO and anything else I could find. Those issues seem to be a bit different in that the root of the problem appears to be different since the fix produced no results in my case. I believe I have done everything possible to troubleshoot this besides a full uninstall of every instance of Python and all modules.
The message in the console is "ImportError: No module named <http://stackoverflow.com/questions/34877998/importerror-no-module-named-theano> theano" I have the invisible .theano in /usr/bob/theano I have theano in /usr/local/lib/python2.7/site-packages I also have theano in /usr/lib/python3.5/site-packages When I am in Terminal Python2/3 and do an import of theano to check if its installed properly it is there. When I do pip2/3 install theano I already have it as expected. I have tried copying the theano module folder to the 'Spyder.app/Contents/Resources/lib/python2.7. (new error saying I was missing python.h) I have tried the PYTHONPATH manager then updating the module names list. I have tried using a different interpreter (which only produces further errors.) I have tried using theano in a venv and still got the same error message. My instances of python exist in the following locations. /usr/local/bin contains aliases to python2, python2.7, python3, python3.5 /usr/bin contains aliases to python2.6, python2.7 /system/library/frameworks/Python.framework/Versions/ (2.3, 2.5, 2.6, 2.7 and Current which is pointing to 2.7) /usr/local/Cellar/python/2.712/Frameworks/Python.Framework/Versions/2.7, Current I've spent two days on this and am pulling out my hair. Please help. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
