Replies: 1 comment
-
Hello @emmiegit, This dependency is already accounted for and installed automatically for Python >=3.13, as can be seen from the dependency lock file here: Lines 300 to 301 in efda2df As a result, there should be no need to manually install packages for compatibility with Python 3.13. Just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pymusiclooper
indirectly depends onaudioread
, which depends onaifc
, which was deprecated and is now removed from the Python standard library. See this issue: beetbox/audioread#144For those using the most recent Python version, there are replacement libraries you can install via pip to use the necessary deprecated libraries:
I'm not sure if replacement of this dependency is possible, but it would allow me to use PyMusicLooper outside of a venv / on a modern Python.
Beta Was this translation helpful? Give feedback.
All reactions