I ran into the same problem with pycharm where my modules wouldn't import after installing them on ubuntu with pip.
If you go File-> Settings -> Project > Python Interpreter
You can click the '+' on the right hand side and import modules into the interpreter.
Not sure if that's your issue but hope this helps.