googlecreativelab / aiexperiments-ai-duet

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

Python 2 isn't supported by TensorFlow #34

Closed donno2048 closed 3 years ago

donno2048 commented 3 years ago

In the README this is written:

A.I. Duet only works with Python 2.7

but in the TensorFlow installing site:

Requires Python 3.5–3.8

so how can I use it?

If I use the TensorFlow version specified in the README pip can't find this version and if I try to use a newer version or install from the whl from storage.googleapis.com(/tensorflow/...) it says my version is not supported

donno2048 commented 3 years ago

I tried to just install the latest version of each module using Python 3 and got this error:

ModuleNotFoundError: No module named 'magenta.protobuf'

is it replaceable?