I installed pycharm-2016.1.4 on my computer running Ubuntu 14.04. I installed keras (python package) using pip install kerasand pycharm can find up to . But can't find keras now . I do not change any settings, so this problem can be connected. My python version is python2.7.

I use pip listto check that I have keras installed:

But check this package in pycharm using: Settings -> Project -> Project Interpreter. Keras is NOT in the package list (the interpreter used is the same as the result which pythonin the terminal).
Any suggestions are welcome. Thank.