Magenta now has Python 3 support!

791 views
Skip to first unread message

Nathan Umbanhowar

unread,
Aug 22, 2017, 12:55:40 PM8/22/17
to magenta...@tensorflow.org
Hi all,

We've been working over the past month to update the Magenta codebase to support Python 3 in addition to Python 2. Today, I'm happy to announce that this project is complete! We have released a new version of the pip package, 0.3.0, so it should be sufficient to create a new Magenta conda environment using python=3.6 and install with pip install magenta from within the new environment. We're confident that nearly all the models are functional under py3, however, there may be a few remaining bugs to tease out. Please let us know if you find issues on Github

Thanks, and have fun experimenting!

Best,
Nate

Circu Virtu

unread,
Aug 22, 2017, 2:34:06 PM8/22/17
to Magenta Discuss
Great news. Tnx a lot for adding Python 3 support. Now I can run magenta on Windows PC hopefully with GPU.
-- cv

Parag Mital

unread,
Aug 23, 2017, 6:47:23 PM8/23/17
to Magenta Discuss
Great news!  Is it possible for someone to update pypi w/ the new python3 package?  It looks like there is only a py2 package available: https://pypi.python.org/pypi/magenta/0.3.0

Regards,
Parag

On Tue, Aug 22, 2017 at 11:34 AM, Circu Virtu <circu...@gmail.com> wrote:
Great news. Tnx a lot for adding Python 3 support. Now I can run magenta on Windows PC hopefully with GPU.
-- cv

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org
---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.



--

Parag K. Mital, Ph.D. / Director of Machine Intelligence
pa...@kadenze.com

Kadenze, Inc. Office: (661) 367-1361
27200 Tourney Rd / Ste. 350 / Valencia, CA 91355

Kadenze and Kannu are trademarks of Kadenze, Inc.

Curtis "Fjord" Hawthorne

unread,
Aug 25, 2017, 3:21:46 PM8/25/17
to Parag Mital, Magenta Discuss
Hi Parag,

Thanks for pointing this out. This should be fixed with the just-released 0.3.1 pip package.

-Fjord

On Wed, Aug 23, 2017 at 3:47 PM Parag Mital <pa...@kadenze.com> wrote:
Great news!  Is it possible for someone to update pypi w/ the new python3 package?  It looks like there is only a py2 package available: https://pypi.python.org/pypi/magenta/0.3.0

Regards,
Parag
On Tue, Aug 22, 2017 at 11:34 AM, Circu Virtu <circu...@gmail.com> wrote:
Great news. Tnx a lot for adding Python 3 support. Now I can run magenta on Windows PC hopefully with GPU.
-- cv

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discu...@tensorflow.org

---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discu...@tensorflow.org.



--

Parag K. Mital, Ph.D. / Director of Machine Intelligence
pa...@kadenze.com

Kadenze, Inc. Office: (661) 367-1361
27200 Tourney Rd / Ste. 350 / Valencia, CA 91355

Kadenze and Kannu are trademarks of Kadenze, Inc.

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discu...@tensorflow.org

---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discu...@tensorflow.org.

Parag Mital

unread,
Aug 25, 2017, 4:00:14 PM8/25/17
to Curtis Fjord Hawthorne, Magenta Discuss
This makes me so happy.  Thank you!

Parag

On Fri, Aug 25, 2017 at 12:21 PM, Curtis "Fjord" Hawthorne <fj...@google.com> wrote:
Hi Parag,

Thanks for pointing this out. This should be fixed with the just-released 0.3.1 pip package.

-Fjord
On Wed, Aug 23, 2017 at 3:47 PM Parag Mital <pa...@kadenze.com> wrote:
Great news!  Is it possible for someone to update pypi w/ the new python3 package?  It looks like there is only a py2 package available: https://pypi.python.org/pypi/magenta/0.3.0

Regards,
Parag
On Tue, Aug 22, 2017 at 11:34 AM, Circu Virtu <circu...@gmail.com> wrote:
Great news. Tnx a lot for adding Python 3 support. Now I can run magenta on Windows PC hopefully with GPU.
-- cv

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org

---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.



--

Parag K. Mital, Ph.D. / Director of Machine Intelligence
pa...@kadenze.com

Kadenze, Inc. Office: (661) 367-1361
27200 Tourney Rd / Ste. 350 / Valencia, CA 91355

Kadenze and Kannu are trademarks of Kadenze, Inc.

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org

---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.

Juanu Haedo

unread,
Sep 27, 2017, 10:39:27 PM9/27/17
to Magenta Discuss
Excellent News.
I just "pip installed " magenta succesfully, but when importing magenta magenta.models.nsynth got the following:

ModuleNotFoundError: No module named 'librosa'

I fixed it by pip installing librosa, but might be something you might want to take a look at?

Great work!

Curtis "Fjord" Hawthorne

unread,
Sep 28, 2017, 12:53:58 PM9/28/17
to Juanu Haedo, Magenta Discuss
Thanks for the heads up. Should be fixed by https://github.com/tensorflow/magenta/pull/902 and will be included in the next pip package we create.

--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discu...@tensorflow.org

---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discu...@tensorflow.org.
Reply all
Reply to author
Forward
0 new messages