pycharm安装配置pytorch错误问题解决方案(Try to run this command from the system terminal. Make sure that you use)

pycharm安装配置pytorch错误问题解决方案

问题描述

直接应用pycharm的setting编译器添加库的方式下载pytorch会提示:
Try to run this command from the system terminal. Make sure that you use the correct version of ‘pip’ installed for your Python interpreter located at 'D:\python\python.exe’
在这里插入图片描述

  • 虽然提示版本问题,但是更新后仍然出现错误,第一次失败应该是显示确实wheel,但安装wheel后,依然失败。镜像直接安装依旧如此

解决办法

直接应用pip 利用命令行从官网下载

  • 打开cmd
  • 命令为D:\python\Scripts\pip.exe install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
  • 以上为CPU版本,根据具体版本自行更改。pip位置直接选择pycharm所应用的python文件中的pip,自行修改自己pip的位置
    在这里插入图片描述

下载成功

在这里插入图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值