-
Notifications
You must be signed in to change notification settings - Fork 52
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
Problem installing Magenta 2.0.1 on Windows 10 #11
Comments
I was able to reproduce. Unfortunately, it seems that Magenta (now?) depends on Jax, which is not supported on Windows (at least not out of the box), see jax-ml/jax#438. I'm looking at a workaround. |
@nak21 You can use Magenta 1.1.7, which is the version that I wrote the book on (I made sure everything works on Windows). I'm subscribed to the issue on Google's side, when it is fixed, I'll test it and notify you. Keeping this issue open until this is fixed |
@nak21 Jax is now supported on Windows! jax-ml/jax#438 I'll try to build it and see if I can make Magenta work with it. |
Curious to know if this issue was sorted out - I will be starting on the book exercises soon on a Windows 10 machine. Is the TF 2 version working for windows, or should I use the TF 1 version? |
@JeremyKeenan Didn't get the change to test yet, I'll try this weekend and let you know |
I tried installing it |
Using the command : python -m pip install magenta==2.0.1, I get the following error :
ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor->magenta==2.0.1) (from versions: none)
ERROR: No matching distribution found for jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor->magenta==2.0.1)
I think I know whats going on, but don't know what to do about it. It looks like there is no version of jaxlib for Windows.
Dopamine added Jax support in March. Is there a workaround this problem other than setting up a Windows Subsystem for Linux?
The text was updated successfully, but these errors were encountered: