googlecreativelab / aiexperiments-ai-duet

A piano that responds to you.
https://aiexperiments.withgoogle.com/ai-duet
1.63k stars 283 forks source link

`Could not find a version that satisfies the requirement magenta==0.1.3` #4

Closed gnestor closed 7 years ago

gnestor commented 7 years ago

pip install -r requirements.txt results in:

Collecting magenta==0.1.3 (from -r requirements.txt (line 15))
  Could not find a version that satisfies the requirement magenta==0.1.3 (from -r requirements.txt (line 15)) (from versions: )
No matching distribution found for magenta==0.1.3 (from -r requirements.txt (line 15))

According to the magenta install instructions, more than a pip install magenta is required (e.g. create conda source environment, install TensorFlow in that environment, etc.). After I followed the "automated install" instructions and activated the magenta source environment, I ran pip install -r requirements.txt and everything installed without error.

Am I missing something or should the README be updated?

tambien commented 7 years ago

ok good catch. I'll make a note in the README to link to the Magenta installation instructions and take it out of the requirements.txt file.