Skip to content
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

Open
nak21 opened this issue Aug 17, 2020 · 6 comments
Open

Problem installing Magenta 2.0.1 on Windows 10 #11

nak21 opened this issue Aug 17, 2020 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@nak21
Copy link

nak21 commented Aug 17, 2020

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?

@dubreuia dubreuia added the bug Something isn't working label Sep 6, 2020
@dubreuia dubreuia self-assigned this Sep 6, 2020
@dubreuia
Copy link
Collaborator

dubreuia commented Sep 6, 2020

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 google/jax#438. I'm looking at a workaround.

@dubreuia
Copy link
Collaborator

dubreuia commented Sep 6, 2020

@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

@dubreuia
Copy link
Collaborator

@nak21 Jax is now supported on Windows! google/jax#438

I'll try to build it and see if I can make Magenta work with it.

@JeremyKeenan
Copy link

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?

@dubreuia
Copy link
Collaborator

@JeremyKeenan Didn't get the change to test yet, I'll try this weekend and let you know

@reedington
Copy link

I tried installing it
It still didn't work . I downloaded the visual basic installer to download some stuff it required for my system and it still didn't work i don't know why...
Please can anyone help out 🤲🏿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

4 participants