
降级版本
python
pip install Pillow==9.5.0
查看本地的库有哪些
python
pip list
查看本地的库的位置,例如查看requests包的位置
python
pip show requests