十万个BUG:ImportError: cannot import name 'PILLOW_VERSION'、ImportError: No module named 'pretrainedmode

成功解决ImportError: cannot import name 'PILLOW_VERSION'

问题描述:

ImportError: cannot import name 'PILLOW_VERSION'

问题解决:

十万个BUG:ImportError: cannot import name 'PILLOW_VERSION'、ImportError: No module named 'pretrainedmode_第1张图片

由于PILLOW的版本太高,因此需要降低版本。

pip3 install Pillow==6.2.2

成功解决这个八阿哥,终于有机会见下一个八阿哥了。

十万个BUG:ImportError: cannot import name 'PILLOW_VERSION'、ImportError: No module named 'pretrainedmode_第2张图片

ImportError: No module named 'pretrainedmodels'

问题描述:

ImportError: No module named 'pretrainedmodels'

问题解决:

pip3 install pretrainedmodels

成功解决这个八阿哥,终于有机会见下一个八阿哥了。

 

你可能感兴趣的:(问题解决)