-
Hi. I'm trying to install infomap on a windows computer to run this example:
However after installing infomap by "pip install infomap" I get the error message:
This error message persists after installing the wurlitzer package. I can't figure out what I need to do to fix it. I am running python via anaconda, v3.8, and have reinstalled the Windows c++ build tools. I'm a bit inexperienced with using Python for this. |
Beta Was this translation helpful? Give feedback.
Answered by
antoneri
Dec 15, 2020
Replies: 1 comment 1 reply
-
Hi! Try from infomap import Infomap instead of CDlib. You can find an example in infomap-networkx.py. Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
antoneri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Try
instead of CDlib.
You can find an example in infomap-networkx.py.
Hope this helps!