-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with install_keras() on Windows 10 #146
Comments
It looks like there are some problems caused by tensorboard's dependency on an older version of html5lib. Here are some related discussions: I'll continue investigating and hopefully come up with a way around this. |
It's still not 100% clear to me what triggers this error condition as I can't repro it. A couple of things to do:
|
I then uninstalled and re-installed Anaconda and replaced the html5lib folder as suggested in the stackoverflow post but ended up getting the same initial error. |
Yikes, I'm not at all sure how to troubleshoot this further. It looks like there is some conflict between Anaconda html5lib and the one that TensorFlow wants to use but I'm not sure what steps are required to circumvent the conflict. |
Very puzzling indeed. A similar error occurs with tfestimators as well. Hopefully someone can provide some insight here.
|
You could try manually installing 'html5lib' with:
I am totally flummoxed by this as I don't understand the vagaries of pip/conda packaging and dependencies. |
Oddly enough, I was able to get tensorflow up and running by uninstalling Anaconda and then re-installing.
After a clean install of Anaconda, the above worked just fine and I'm off and running with the tensorflow tutorials. |
Okay, that's great to hear! Perhaps this is something isolated to certain misconfigurations or bad states of Anaconda and we won't see much of it in the wild. Let's hope so! |
I had exactly the same situation and error. Go back to Anaconda3-4.4.0 (instead of 5.0.0) solves the issue, though it is a temporary solution. |
Has anyone figured out how to solve this issue? I am having the same trouble with install_keras() as in the original post by @brandondbutcher. The root of the problem is definitely in the Python's html5lib package, but is there possibly a workaround? |
We did figure out the source of the problem and there is now a fix/workaround. See details here: #147 Note that underlying issue is an interaction between conda and tensorboard and it results is a corrupted |
I'm having trouble with the install_keras() function on Windows 10. After having installed the keras package and Anaconda 3.6, calling install_keras() continues to produce the errors below. I've done a bunch of googling but not really any luck and not sure how to troubleshoot the error myself.
Below is my session info:
Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: