AttributeError: module ‘community‘ has no attribute ‘best_partition‘ 问题解决方法
程序员文章站
2022-05-30 22:50:42
今天用到Louvain算法,所以去Github上下载了它的包:https://github.com/JavyWang/python-louvain发现怎么装上之后怎么也用不了。后来尝试用博主:https://blog.csdn.net/DSTJWJW/article/details/85798704 的方法去尝试解决,但是未成功。发现是由于我的python是用anaconda装的,所以使用pip install或者 python setup.py都没有效果,于是直接使用conda pip instal...
今天用到Louvain算法,所以去Github上下载了它的包:https://github.com/JavyWang/python-louvain
发现怎么装上之后怎么也用不了。
后来尝试用博主:https://blog.csdn.net/DSTJWJW/article/details/85798704 的方法去尝试解决,但是未成功。
发现是由于我的python是用anaconda装的,所以使用pip install或者 python setup.py都没有效果,于是直接使用conda pip install python-louvain,最终安装成功。
site-packages中成功出现community文件夹。
本文地址:https://blog.csdn.net/jeremycp3/article/details/107369350
上一篇: 反向关联报错AttributeError: ‘ForeignKey‘ object has no attribute ‘rel‘从django源码找答案~
下一篇: 数据分析实战之用户消费行为分析
推荐阅读
-
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'解决方法
-
AttributeError: module ‘community‘ has no attribute ‘best_partition‘ 问题解决方法
-
AttributeError: module ‘tensorflow’ has no attribute ‘compat’,安装tensorflow-gpu=2.0.0出现的问题
-
module ‘community‘ has no attribute ‘best_partition‘ [已解决]
-
python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题的解决方法
-
python错误:AttributeError: 'module' object has no attribute 'setdefaultencoding'问题的解决方法
-
【python】解决AttributeError: module ‘scipy.misc‘ has no attribute ‘toimage‘问题