在安装PPOCRLabel中的问题

pip install PPOCRLabel -i https://pypi.tuna.tsinghua.edu.cn/simple

正常的第一步

当然要想运行,那必不可能

所以我们就成功了。。。。。

在安装PPOCRLabel中的问题_第1张图片

哈哈哈,那是不可能的。

报错如下

module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline'

解决的方式如下

pip install opencv-python install "opencv-python-headless<4.3" -i https://pypi.tuna.tsinghua.edu.cn/simple

接着的问题是

cannot import name 'softmax' from 'scipy.special' (c:\anaconda3\lib\site-packages\scipy\special\__init__.py)

来让我看看咋整

对应不同的博客来看我的应该是版本问题

建议卸载scipy 装上scipy==1.5.1

pip install scipy==1.5.1 -i https://pypi.tuna.tsinghua.edu.cn/simple

那么,我的快乐他就来了

在安装PPOCRLabel中的问题_第2张图片

wait me sometime。 wtf 咋有点不对劲

那重进一下

等待有了结局。

在安装PPOCRLabel中的问题_第3张图片

再见

你可能感兴趣的:(paddlepaddle)