pytorch报错 RuntimeError: Numpy is not available

看了几个文章,有的说是要安装tensorflow解决此问题,尝试了没有成功。

尝试从头开始debug,发现会出现如下错误

UserWarning: Failed to initialize NumPy: module compiled against API version 0x10 but this version of numpy is 0xf . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem . (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)

其实还是numpy和pytorch版本不匹配的问题,建议可以用bard或者new bing搜一下对应的版本,我没有找到相应的文档,问了bard给出的答案。

例如我现在使用的pytorch版本是2.0+cu117,对应的numpy版本可以使用1.24

第一步:

pip uninstall numpy

第二步:

pip install numpy==1.24

成功!

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值