0

I have tried all the methods available to install keras but of no use. when I install it using anaconda prompt it, it installs along Thano. But eveytime I import in jupyter file, jupyter can not find it and gives this error above:

ModuleNotFoundError: No module named 'keras'
YanetP1988
  • 1,346
  • 3
  • 18
  • 43
  • 1
    Are you opening jupyter/spider in the conda environment? Have you installed them via conda? – Daniel Möller Sep 12 '17 at 20:12
  • Yes I am using jupyter and spyder under conda environmnet. I have install couple of other libraries too that works just fine. Only Keras, Theano both are showing above error. – Shan-E-Zehra Lashari Sep 13 '17 at 03:35
  • I had some weird problems with anaconda, I gave it up and used a regular python 3.5. The only thing I can't do (because lack of adm privilege) is to install a proper CUDA kit or lib to work with GPU. – Daniel Möller Sep 13 '17 at 03:43
  • 1
    Use `import sys` , `print(sys.executable)` to make sure you are running same python in your terminal and jupyter/spyder. – Matin H Sep 13 '17 at 04:19
  • Possible duplicate of [Jupyter can't find keras' module](https://stackoverflow.com/questions/43557881/jupyter-cant-find-keras-module) – Vadim Sep 13 '17 at 07:13

0 Answers0