报错:ImportError: cannot import name ‘Image‘ from ‘PIL‘

解决方法:

python -m pip uninstall Pillow

python -m pip install Pillow

原因应该是版本的问题

参考文章:ImportError: cannot import name ‘image‘ from ‘PIL‘ (C:\ProgramData\Anaconda3\lib\site-packages\PIL\__Zhao-Jichao的博客-CSDN博客_importerror: cannot import name 'image' from 'pil'

你可能感兴趣的:(日常踩坑记录,python,深度学习,开发语言)