question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how install keras2.0.0 using anacoda

See original GitHub issue

hello,I use anaconda2 in /usr/xxx/local/anaconda2, How to install the newest keras2.0.0 using anaconda? thankyou in advance!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
ptrblckcommented, Mar 15, 2017

@IvyGongoogle Try pip install keras --upgrade.

0reactions
ttunglcommented, Jun 1, 2018

from @ptrblck comment, adding --user after --upgrade if you got any error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install Keras in Anaconda - Educative.io
Keras is a high-level, neural network API written in Python. It is not a viable option in Anaconda to pip install keras so...
Read more >
How to install keras 2.0.5 version in a conda environment
You may consider using pip to install and its supported in Conda environment. Use command: pip install Keras==2.0.5.
Read more >
Your First Deep Learning Project in Python with Keras Step-by ...
I've just installed Anaconda with Keras and am using python 3.5. It seems there's an error with the rounding using Py3 as opposed...
Read more >
Python - How to install KERAS library in Anaconda ? - YouTube
How to install KERAS in Anaconda Python on Windows 10?Link to the code used in the ...
Read more >
How to correctly install Keras and Tensorflow - ActiveState
Click to install Keras and Tensorflow together using pip. Understand how to use these Python libraries for machine learning use cases.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found