PyMusicLooper icon indicating copy to clipboard operation
PyMusicLooper copied to clipboard

Fails to install with either pip3 or pipx.

Open benwiggy opened this issue 6 months ago • 1 comments

Bad CRC-32 for file 'taglib.cpython-313-darwin.so'

cmd_2025-06-14_18.20.28_pip_errors.log

benwiggy avatar Jun 14 '25 17:06 benwiggy

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

dennisdebel avatar Sep 14 '25 05:09 dennisdebel