Reputation: 1
I am using Macbook pro and in my system I install networkit using
pip3 install networkit
but when ever I am importing networkit in jupyter notebook using
import networkit as nk
it throws an error
ModuleNotFoundError: No module named 'networkit'"
How to solve this?
Upvotes: 0
Views: 214