其他分享
首页 > 其他分享> > DLL load failed while importing _igraph: 找不到指定的模块

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

作者:互联网

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

配置:python3.9.4 

import igraph时出现


先卸载包,再重新安装

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

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

下载地址:Python Releases for Windows | Python.orgicon-default.png?t=LA92https://www.python.org/downloads/windows/

下载zip

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

重新下载的python安装包解压后
自己原先的python路径下文件

 

 

 

标签:load,重新安装,python,dall,DLL,failed,igraph,pip,python3
来源: https://blog.csdn.net/qq_53118078/article/details/121743352