You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran !pip install kmapper it says requirements already satisfied, but still getting the same error when I try to import kmapper. I'm attaching a screenshot:
It looks like pip is pointing to Python 2.7. You might be running Jupyter under a 3.X version so would possibly need to install the package with pip3 install kmapper so it can be found in the right place.
Describe the bug
After sudo pip install kmapper I have tried to run in jupyter notebooks "import kmapper as km" but receive the following error:
ModuleNotFoundError: No module named 'kmapper'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error.
The text was updated successfully, but these errors were encountered: