天岛寒流 2022-11-05 19:19 采纳率: 50%
浏览 201
已结题

在pycharm上无法下载numpy软件包,在终端也不行

在pycharm上无法下载numpy软件包,在终端上运行以下命令:pip install --index-url http://pypi.tuna.tsinghua.edu.cn/simple/ numpy,依然无法下载且出现以下内容:
C:\Users\13305>pip install --index-url http://pypi.tuna.tsinghua.edu.cn/simple/ numpy
Looking in indexes: http://pypi.tuna.tsinghua.edu.cn/simple/
WARNING: The repository located at pypi.tuna.tsinghua.edu.cn is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.tuna.tsinghua.edu.cn'.
ERROR: Could not find a version that satisfies the requirement numpy
ERROR: No matching distribution found for numpy
WARNING: The repository located at pypi.tuna.tsinghua.edu.cn is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.tuna.tsinghua.edu.cn'.

C:\Users\13305>

翻译如下:
警告:存储库位于pypi.tuna.tsinghua.edu。cn不是受信任或安全的主机,正在被忽略。如果此存储库可通过HTTPS访问,我们建议您改用HTTPS,否则您可以取消此警告,并允许使用“--trusted host pypi.tuna.tsinghua.edu.cn”。
错误:找不到满足要求audio2numpy的版本(来自版本:无)
错误:未找到audio2numpy的匹配分发

img

img

  • 写回答

5条回答 默认 最新

  • 蚂蚁追风筝 2022-11-05 20:44
    关注

    你的命令没有使用国内镜像源后出现超时错误,你试试下面这个命令。
    pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
    或者pip install numpy -i https://pypi.mirrors.ustc.edu.cn/simple
    pip install numpy -i http://pypi.douban.com/simple/

    你先试试,如果还是不行,发下问题图片。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(4条)

报告相同问题?

问题事件

  • 系统已结题 11月13日
  • 已采纳回答 11月5日
  • 修改了问题 11月5日
  • 赞助了问题酬金15元 11月5日
  • 展开全部

悬赏问题

  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭