没有名为tensorflow.python Windows 10的模块

时间:2018-08-01 00:51:33

标签: python tensorflow windows-10 artificial-intelligence image-recognition

我正在尝试使用Tensorflow进行图像识别,但是我不断收到此错误:

Traceback (most recent call last):
  File "classify_image.py", line 46, in <module>
    import tensorflow as tf
  File "C:\Users\Diederik\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\__init__.py", line 22, in <module>
    from tensorflow.python import pywrap_tensorflow  # pylint: disable=unused-import
ModuleNotFoundError: No module named 'tensorflow.python'

0 个答案:

没有答案