When I tried to import a module which was installed by sudo pip install ...
, I got an ImportError. But sudo pip install ...
was telling me “package already installed”, which made me sooooo puzzled.
The solution I found was to run pip without sudo, just pip install ...
.
The solution link : stackoverflow