ImportError: Could not import the Python Imaging Library (PIL) required to load image files on tensorflow

后端 未结 5 2251
独厮守ぢ
独厮守ぢ 2020-12-13 06:23

I am doing a deep learning course on udacity. For the first assignment whenI tried to run the script which is below the problem 1 , I got this error. So I tried to uninstall

5条回答
  •  一生所求
    2020-12-13 06:41

    As for Windows users who use Anaconda, there is likely a simple solution to your problem. If you've installed 'tensorflow' with pip, or a pip variant (ie. pip3), then you will have to install tensorflow again, but this time with the command conda install tensorflow.

提交回复
热议问题