再运行tensorflow时如果出现以下错误:
initialization of _pywrap_tensorflow rasied unreported exception
说明package six没有更新,应当重新更新six包,在pycharm环境中直接重新下载six即可
如果在更新完six之后出现以下错误:
Error importing tensorflow. Unless you are using bazel, you should not try to import tensorflow from its source directory; please exit the tensorflow source tree, and relaunch your python interpreter from there.
则安装package protobuf即可解决