spotify / pedalboard

🎛 🔊 A Python library for audio.

Home Page:https://spotify.github.io/pedalboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install with pip in alpine

cfsandford opened this issue · comments

I received an error when I tried to install using pip in alpine:

# python --version
Python 3.11.4

# pip --version
pip 23.1.2 from ...snip... (python 3.11)

# pip install pedalboard
ERROR: Could not find a version that satisfies the requirement pedalboard (from versions: none)
ERROR: No matching distribution found for pedalboard

It seems that there are no distributions for musllinux for pedalboard in pypi.

Is there a workaround? Or can distributions for pedalboard for alpine be added?

Hi @cfsandford! This should be fixed as of v0.7.5, which is currently being built and deployed.

Note that while Pedalboard will be installable on Alpine, it may not be able to load most third-party VST3 plugins, as most Linux VST3 plugins require a full glibc installation.

Just a quick follow-up here: this change has now been deployed to PyPI, and Pedalboard v0.7.5 should now install on Alpine under both Python 3.10 and 3.11.