Pycharm cannot find installed packages: keras

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. enter image description here

I use pip listto check that I have keras installed:

enter image description here

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.

+4
2

, , .

  • keras
  • keras: pip install keras

import keras pycharm.

.. , keras, Project Interpreter.

+1

, Keras Pycharm.

:

  • → →
  • Keras

, , .

+3

Source: https://habr.com/ru/post/1655346/


All Articles