I am using Python 2.7.11, and my pip is up-to-date.
I use pip install nimfa, and it says that version 1.2.3 is being installed.
But when I run the example code, it says:
'module' object has no attribute 'examples'
Moreover strangely enough, when I uninstalled nimfa using pip uninstall nimfa, the module somehow persists, even after I restarted my computer. What could be going on?
I am using Python 2.7.11, and my pip is up-to-date.
I use pip install nimfa, and it says that version 1.2.3 is being installed.
But when I run the example code, it says: 'module' object has no attribute 'examples'
Moreover strangely enough, when I uninstalled nimfa using pip uninstall nimfa, the module somehow persists, even after I restarted my computer. What could be going on?