This post discusses how to solve the error "No module named Image" when importing the PIL library in Python, even after installing it using pip. The solution involves importing "PIL.Image" instead of just "Image".
已经通过 pip 安装好了 Image,
但是 import 的时候就是报错。
后来发现原来要
import PIL.Image
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.