ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of musical ideas
https://signalflow.dev
Other
192 stars 16 forks source link

Latest Debian Bookworm on Raspberry Error #109

Open psytron opened 11 months ago

psytron commented 11 months ago

Attempting to follow the Linux install instructions: from the docs:

pip install signalflow

Result:

ERROR: Could not find a version that satisfies the requirement
ERROR: No matching distribution found for signalflow

This is on Linux, Debian, Raspberry Pi using latest Linux Debian Bookworm.

ideoforms commented 10 months ago

Hmm, there should be some Raspberry Pi builds in PyPi, at least for Python 3.8 to 3.11. What generation of Raspberry Pi was this running on, and what version of Python? Would you also be able to run python -m pip debug --verbose and paste the output from below Compatible tags? That will help me pin down why pip isn't matching anything. (It may be quite long...)