gpt4 book ai didi

python - "import torch"给出错误 "from torch._C import *, DLL load failed: The specified module could not be found"

转载 作者:行者123 更新时间:2023-12-02 00:04:45 28 4
gpt4 key购买 nike

我目前在 Anaconda 上使用 Python 3.5.5,但无法导入 torch。它在 Spyder 中给我以下错误:

Python 3.5.5 |Anaconda, Inc.| (default, Mar 12 2018, 17:44:09) [MSC v.1900 
64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 6.2.1 -- An enhanced Interactive Python.

import torch
Traceback (most recent call last):

File "<ipython-input-1-eb42ca6e4af3>", line 1, in <module>
import torch

File "C:\Users\trish\Anaconda3\envs\virtual_platform\lib\site-
packages\torch\__init__.py", line 76, in <module>
from torch._C import *

ImportError: DLL load failed: The specified module could not be found.

互联网上的许多建议都说工作目录不应该与 torch 包所在的目录相同,但是我已手动将工作目录设置为 C:/Users/trish/Downloads,并且我得到了同样的错误。

此外,我已经尝试过以下操作:从头开始重新安装 Anaconda 和所有软件包,并且我确保我的目录中没有重复的“torch”文件夹。

请帮忙!谢谢!

最佳答案

我在 Windows 10 中遇到了类似的问题...

解决方案:

  • https://anaconda.org/anaconda/intel-openmp/files 下载 win-64/intel-openmp-2018.0.0-8.tar.bz2

  • 解压后将Library\bin中的dll文件放入
    C:\Program Files\NVIDIA GPUComputing Toolkit\CUDA\v9.0\bin

  • 确保您的 cuda 目录已添加到您的 %PATH% 环境变量

关于python - "import torch"给出错误 "from torch._C import *, DLL load failed: The specified module could not be found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49395819/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com