I have installed Anaconda 3 and pycharm CE after that. I am able to chose the interpreter to be conda environment. But when I try using certain packages such as matplotlib it throws "Module not found error". When I run pip it returns saying that matplotlib is available.
pip install matplotlib
Requirement already satisfied: matplotlib in./anaconda3/lib/python3.6/site-packages
Clearly the package is there and for some reason it does not show up .
Thanks in advance.
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 .
Go to Pycharm --> Preferences --> Python Interpreter Select Use Conda Package Manager symbol (green circle)
After it refreshes, select the Install (^N) symbol Search for the installed package