Why is the package listed as python-louvain but you have to use it with import community ?
- It is misleading as people try to do
pip install community
- It shadows the name of the other
community python package .
You run into troubles if you use both at the same time. Which is likely to occur if users ran pip install community in the first place
Why is the package listed as
python-louvainbut you have to use it withimport community?pip install communitycommunitypython package .You run into troubles if you use both at the same time. Which is likely to occur if users ran
pip install communityin the first place