datawhalechina / thorough-pytorch

PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/
https://datawhalechina.github.io/thorough-pytorch/
Other
2.55k stars 417 forks source link

[求助][盼复]:Windows 10 cuda 11.6 没能正常安装torch,\lib\site-packages\torch\lib\shm.dll" or one of its dependencies. #48

Closed itknight closed 1 year ago

itknight commented 1 year ago

问题复现

系统环境

image

安装过程

image

如图出现了问题

image

通过网络百度了,让安装 vc_redist 没有解决 image

image

已没招,盼复~

itknight commented 1 year ago

去注册论坛,没有收到激活邮件,

ZhikangNiu commented 1 year ago

@itknight 你的问题我已经收到,我有以下建议希望能帮助到你

  1. 官方提供了cuda11.6的安装命令,如下
    conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
  2. 我在StackOverflow发现有一些是因为没有安装cudatoolkit引起的,可以使用conda安装
  3. 官方forum同类问题:url
  4. stackoverflow有人建议重现建一个新的虚拟环境重新再来一次