简体   繁体   English

Anaconda - package 已安装但未找到模块

[英]Anaconda - package installed but module not found

installed the igraph package using conda install使用 conda install 安装了 igraph package

conda install -c conda-forge igraph

it shows on anaconda index它显示在 anaconda 索引上

蟒蛇指数

and on anaconda prompt using conda list并在 anaconda 提示使用 conda list

蟒蛇提示

but when I try to import it on jupyter notebook, I get:但是当我尝试在 jupyter notebook 上导入它时,我得到:

jupyter笔记本

You should install python-igraph not igraph , ie conda install -c conda-forge python-igraph .您应该安装python-igraph而不是igraph ,即conda install -c conda-forge python-igraph igraph is the C core, while python-igraph is the Python interface of igraph . igraph是 C 核心,而python-igraphigraph的 Python 接口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Pycharm 中找不到模块错误,但它作为 Anaconda 包安装 - Module not found error in Pycharm , but it is installed as Anaconda package pipenv:已安装软件包但未找到模块 - pipenv: package installed but module not found Anaconda package 管理器问题 - 已安装库,但在 Spyder 中未找到 - Issue with Anaconda package manager - library installed, but not found in Spyder 在MAC上获取crontab以运行anaconda安装的python脚本(未找到模块) - Getting crontab on MAC to run anaconda installed python script (module not found) Anaconda导入错误,找不到刚刚安装的模块 - Anaconda Import Error, module just installed isn't found 使用Anaconda Env Python路径安装Opencv 3.4-“未找到模块” - Installed Opencv 3.4 with Anaconda Env Python Path - “No Module found” 在Anaconda中安装pyqt时找不到PyQt5.QtWidgets模块 - PyQt5.QtWidgets module not found when pyqt is installed with Anaconda 高山Linux:已安装软件包,但未找到模块 - Alpine Linux : package installed but module not found 未找到模块,即使安装了 package 'graphviz' - Module not found, even though the package 'graphviz' is installed anaconda jupyter notebook 中的每个 conda 包都没有发现模块错误 - No module found error for every conda package in anaconda jupyter notebook
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM