you have pillow 8.4.0 which is incompatible.
收藏
pip本地安装paddleocr时报错,
paddlefsl 1.0.0 requires pillow==8.2.0, but you have pillow 8.4.0 which is incompatible.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
paddlefsl 1.0.0 requires pillow==8.2.0, but you have pillow 8.4.0 which is incompatible.
一般来说高版本向下兼容低版本,所以问题不大。
0
收藏
请登录后评论
好的好的
如果有问题也可以`pip install -U xxx`升级一下有关的包~
安装指定版本即可:pip install pillow==8.2.0