ttm / music

music is a python package for making sounds and music
MIT License
52 stars 9 forks source link

Pip version of Music is broken #12

Closed malukus closed 2 years ago

malukus commented 2 years ago

I tried to install music in my Python, version 3.10, using pip install --upgrade music. However, it seems the only way I can get Python to import music is if I edit init.py to suppress some imports, otherwise it gives an import error talking about a circular import. My Operating system is Windows 10, if that helps somehow.

lakesare commented 2 years ago

The import is failing for me in Google Colab, too.

image
ttm commented 2 years ago

should be solved with version 0.7b3 (published today).