需要进行文字识别,所以要安装aip包。但是无法安装,cmd出错如下:
C:\Users\administrator>python -m pip install aipDefaulting to user installation because normal site-packages is not writeableLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleERROR: Could not find a version that satisfIEs the requirement aipERROR: No matching distribution found for aip
2. 原因模块真实名字叫做baIDu-aip
,只是python中调用的时候用import aip
。
使用cmd安装baIDu-aip
:
C:\Users\administrator>python -m pip install baIDu-aip
4. 检测cmd查看电脑中现有的python包:
C:\Users\administrator>pip List
总结 以上是内存溢出为你收集整理的python安装aip包全部内容,希望文章能够帮你解决python安装aip包所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)