Module not found error in Pycharm , but it is installed as Anaconda package
Found the solution. Went to Pycharm --> Preferences --> Python Interpreter
selected "existing interpreter" and pointed to ~/anaconda3/bin/python
Finally now all the packages installed with Anaconda3 are loaded.
Hope this helps someone .