当我在macOS 10.12上使用sublime3 python3导入tensorflow时,我收到错误:
ImportError:没有名为'pywraptensorflow'的模块
但是,我可以导入库并在终端中顺利运行我的脚本。为什么会这样?
我正在使用以下构建系统,并且python3单独在sublime中运行良好。
{
"cmd": ["/usr/local/Frameworks/Python.framework/Versions/3.5/bin/python3", "-u", "$file"],
"file_regex": "^[ ]File \"(...?)\", line ([0-9]*)",
"selector": "source.python"
}
谢谢!
答案 0 :(得分:0)
OP自我解决了这个问题:Sublime没有在终端未启动时遵守bash_profile设置。解决方案:从终端窗口启动sublime。