Background
I\'m working on an academic project to (basically) analyze some \"who follows whom\" graphs and wanted to get some real data (by building
For me, it was due to the fact that I was running pip freeze, which gave me different results than sudo pip freeze.
pip freeze
sudo pip freeze
Since I was uninstalling using sudo, it was not uninstalling it in the "non-sudo" session. Uninstalling without sudo fixed that.
sudo