Python 中安装图像处理库 在Python中安装PIL和OpenCV库: 安装Python Image Library(PIL): 1 pip install Pillow 安装OpenCV: 1 pip install opencv-python