当我尝试通过以下方式检测社区时,我不断收到以下错误:
nk.community.detectCommunities(G_kit)
PLM(balanced,pc,turbo) detected communities in 0.26202988624572754 [s]
solution properties:
---------------------------------------------------------------------------
MissingDependencyError Traceback (most recent call last)
<ipython-input-153-c567dea502f3> in <module>
----> 1 nk.community.detectCommunities(G_kit)
networkit/community.pyx in networkit.community.detectCommunities()
networkit/community.pyx in networkit.community.inspectCommunities()
MissingDependencyError: Optional dependency tabulate is not installed
我可以安装什么来避免这种情况吗?非常感谢!