module ‘community‘ has no attribute ‘best_partition‘ [已解决]
程序员文章站
2022-11-30 14:19:33
问题描述:python Network操作时,发现没有安装community包,提示:ModuleNotFoundError: No module named ‘community’于是就熟悉的操作 pip install community安装上了但是使用中,发现又会报错:AttributeError: module ‘community’ has no attribute ‘bes......
问题描述:
python 执行graphs相关算法时,报错提示:
ModuleNotFoundError: No module named 'community’
第一反应猜测是没安装community包,于是就熟悉的操作 pip install community安排上了
但是使用中,发现又会报错:
AttributeError: module ‘community’ has no attribute 'best_partition’
解决办法:
起初以为是community 包的版本问题,后来发现是需要安装python-luovain (用于社区检测的louvain算法 )
解决步骤如下:
(安装前要先卸载community)
- pip uninstall community
- pip install python-louvain
之后community包就可以正常使用了:
本文地址:https://blog.csdn.net/HowieXue/article/details/105440114
推荐阅读
-
AttributeError: module ‘community‘ has no attribute ‘best_partition‘ 问题解决方法
-
module ‘community‘ has no attribute ‘best_partition‘ [已解决]
-
【python】解决AttributeError: module ‘scipy.misc‘ has no attribute ‘toimage‘问题
-
运行sqlmap提示AttributeError: 'module' object has no attribute 'HTTPSHandler'解决方法
-
解决pycharm问题:module 'pip' has no attribute 'main'
-
module ‘seaborn‘ has no attribute ‘scatterplot‘解决方案
-
AttributeError: module ‘community‘ has no attribute ‘best_partition‘ 问题解决方法
-
module ‘community‘ has no attribute ‘best_partition‘ [已解决]
-
python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题的解决方法
-
python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题的解决方法