arkrow / PyMusicLooper

A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support.
https://pypi.org/project/pymusiclooper/
MIT License
261 stars 25 forks source link

Unable to install on python 3.11 or later #9

Closed cssobral2013 closed 1 year ago

cssobral2013 commented 1 year ago

Captura de tela 2023-01-19 204954

arkrow commented 1 year ago

Several dependencies, such as numba, have not added python 3.11 support as of yet. Unfortunately, there is nothing I can personally do about this issue, however, python 3.7 - 3.10 are all working and officially supported.

arkrow commented 1 year ago

Update: python 3.11 support has been added as of the v3.0.0 release.