Hi, I have an error when I import tensorflow using python3 on mac os 10.12, and got the message: ImportError: No module named ‘_pywrap_tensorflow’
However, I can import the library and run my script smoothly in terminal. Anyone has any idea why this happen?
I am using the following build system, and python3 works in sublime.
{
“cmd”: ["/usr/local/Frameworks/Python.framework/Versions/3.5/bin/python3", “-u”, “$file”],
“file_regex”: “^[ ]File "(…?)”, line ([0-9]*)",
“selector”: “source.python”
}
Thanks!!

