如何修复ImportError:scipy.spatial模块的DLL加载失败?

时间:2019-08-19 08:10:34

标签: python windows dll python-3.6 importerror

已经一个星期了,我一直在寻找答案,但是我还没有找到解决问题的方法。

我在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的服务器上运行

1 个答案:

答案 0 :(得分:0)

尝试使用标准命令行进行安装

Contact::when($request->client && $request->search, function ($q) use($request) { $q->whereHas('companies', function ($q) use ($request) { $q->where('is_client', true)->where(function ($q) use ($request) { $q->orWhere('name', 'like', '%'. $request->search . '%'); }); })->where(function ($q) use ($request) { $q->orWhere('first_name', 'like', '%'.$request->search.'%') ->orWhere('last_name', 'like', '%'.$request->search.'%'); }); })->when($request->client == null && $request->search, function ($q) use($request) { $q->where('first_name', 'like', '%'.$request->search.'%') ->orWhere('last_name', 'like', '%'.$request->search.'%') ->orWhereHas('companies', function ($q) use ($request) { $q->where('name', 'like', '%' . $request->search . '%'); }); })->when($request->client && $request->search == null, function ($q) use ($request) { $q->whereHas('companies', function ($q) use ($request) { $q->where('is_client', true); }); }) ->paginate(30)

或克隆到https://files.pythonhosted.org/packages/e1/9e/454b2dab5ee21f66ebf02ddbc63c5f074b21c44e66e1a509b38566cac9d9/scipy-1.3.1-cp37-cp37m-win32.whl