DLL load failed while importing _igraph: 找不到指定的模块

大无语,昨天误删了python3.dall导致今天又出现问题了,绝!

配置:python3.9.4 

import igraph时出现

DLL load failed while importing _igraph: 找不到指定的模块

先卸载包,再重新安装

#卸载igraph包
python -m pip uninstall igraph
#重新安装
python -m pip install igraph

要是不行的话就找一下自己是不是没有python3.dall,没有的话重新与自己同版本的python

下载地址:Python Releases for Windows | Python.orgDLL load failed while importing _igraph: 找不到指定的模块https://www.python.org/downloads/windows/

下载zip

DLL load failed while importing _igraph: 找不到指定的模块

 解压之后将python3.dall复制粘贴到自己之前的python安装目录下

DLL load failed while importing _igraph: 找不到指定的模块
重新下载的python安装包解压后
DLL load failed while importing _igraph: 找不到指定的模块
自己原先的python路径下文件

 

 

 

上一篇:Failed to start bean ‘documentationPluginsBootstrapper‘ NullPointerException


下一篇:用python写的模拟系统登录三次验证简单程序