ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of complex musical ideas
https://signalflow.dev
MIT License
167 stars 14 forks source link

Latest Debian Bookworm on Raspberry Error #109

Open psytron opened 6 months ago

psytron commented 6 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 6 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...)