gpt4 book ai didi

python - 如何修复导入错误: DLL load failed for scipy.空间模块?

转载 作者:太空宇宙 更新时间:2023-11-03 20:30:18 25 4
gpt4 key购买 nike

一周以来我一直在寻找答案,但我还没有找到解决问题的方法。

我在 Windows 上运行 python 3.6,但出现此错误:

Traceback (most recent call last):
File "C:/Alexis/folder/tag_activity.py", line 10, in <module>
from scipy.spatial.distance import cdist
File "C:\Users\Alexis\AppData\Local\Programs\Python\Python36\lib\site-packages\scipy\spatial\__init__.py", line 101, in <module>
from .qhull import *
ImportError: DLL load failed: Le module spécifié est introuvable.

这里有几行给出上下文:

# In tag_activity.py
import numpy as np
import matplotlib.pyplot as plt
from scipy.spatial.distance import cdist
import boto3
import requests

# In scipy.spatial module
from .kdtree import *
from .ckdtree import *
from .qhull import *
from ._spherical_voronoi import SphericalVoronoi
from ._plotutils import *

我真的不明白为什么它不起作用,因为当我尝试使用 CTRL+单击 Pycharm 来访问 .qhull.py 文件时,我可以访问该模块。

我尝试使用 Christoph Gohlke 网站上的足够的 .whl 文件 (scipy-1.3.1-cp36-cp36m-win_amd64.whl) 重新安装 scipy,但它没有解决任何问题。

编辑:我无法安装 python 3.7,我使用的库不受支持,并且该脚本将在使用 python 3.6 的服务器上运行

最佳答案

关于python - 如何修复导入错误: DLL load failed for scipy.空间模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57552742/

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