【Pycharm安装torch报错:无法定位到动态连接库】

@TOC【Pycharm安装torch报错:无法定位到动态连接库】_第1张图片
用官网命令“conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch-nightly -c nvidia”安装torch库,
Proceed选择y后报错: 无法定位到动态连接库“D:\anaconda\Library\bin\xxx.dll”
原因可能是Anaconda没装好,卸载重新安装即可

你可能感兴趣的:(python)