1. 出错

需要进行文字识别,所以要安装aip包。但是无法安装,cmd出错如下:

C:\Users\Administrator>python -m pip install aip
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement aip
ERROR: No matching distribution found for aip

2. 原因

模块真实名字叫做baidu-aip,只是python中调用的时候用import aip

3. 解决办法

使用cmd安装baidu-aip

C:\Users\Administrator>python -m pip install baidu-aip

4. 检测

cmd查看电脑中现有的python包:

C:\Users\Administrator>pip list
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐