pip 安装 报错 No matching distribution found for...

可以使用国内镜像安装:

pip install xxx(安装的模块) -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

例如:

pip install SpeechRecognition -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
posted @ 2022-05-09 21:57  L-L  阅读(3437)  评论(0编辑  收藏  举报