因为要运行paddleOCR,在ubuntu中pip install -r requirements.txt时,一直报错PackgesNotFoundError:The following packages are not available from current channels,查了很多,主要的原因是源的问题,尝试了不同的镜像还是不能解决。还有的是说依赖的问题,当时看到这不理解(因为小白)。难道txt文件中的依赖库有问题?不错,把txt文件中不需要的依赖库删除后保存就可以了。
(尝试了一上午,超级崩溃,差点一个一个的安装,结果就是这么简单的操作)