PyMusicLooper
PyMusicLooper copied to clipboard
Fails to install with either pip3 or pipx.
I previously installed pymusiclooper on M1 maos 15.6.1 successfully, it is an amazing project. Anyway here I am one week later and I get "pymusiclooper" command not found. Trying to reinstall, either using pip3, pipx both in and outside a venv also leads to the error above. Other packages install just fine. Installing using uv also throws an error:
➜ uv tool install pymusiclooper
Resolved 44 packages in 3.64s
× Failed to download `pytaglib==3.0.1`
├─▶ Failed to extract archive:
│ pytaglib-3.0.1-cp313-cp313-macosx_11_0_arm64.whl
╰─▶ ZIP file contains trailing contents after the end-of-central-directory
record
help: `pytaglib` (v3.0.1) was included because `pymusiclooper` (v3.5.1)
depends on `pytaglib`
So both methods break on pytaglib.
WORKAROUND
Specifying python version 3.11 fixes the errorr and lets you install pytaglib and pymusiclooper, full command: uv tool install pymusiclooper --python "3.11"
See also: https://github.com/supermihi/pytaglib/issues/158