python安装aip包

python安装aip包,第1张

概述1.出错需要进行文字识别,所以要安装aip包。但是无法安装,cmd出错如下:C:\Users\Administrator>python-mpipinstallaipDefaultingtouserinstallationbecausenormalsite-packagesisnotwriteableLookinginindexes:https://pypi.tuna.tsinghua.edu.cn/simpleE 1. 出错

需要进行文字识别,所以要安装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

3. 解决办法

使用cmd安装baIDu-aip

C:\Users\administrator>python -m pip install baIDu-aip
4. 检测

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

C:\Users\administrator>pip List
总结

以上是内存溢出为你收集整理的python安装aip包全部内容,希望文章能够帮你解决python安装aip包所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1188680.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-03
下一篇 2022-06-03

发表评论

登录后才能评论

评论列表(0条)

保存