signalflow icon indicating copy to clipboard operation
signalflow copied to clipboard

Latest Debian Bookworm on Raspberry Error

Open psytron opened this issue 1 year ago • 1 comments

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.

psytron avatar Dec 16 '23 05:12 psytron

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...)

ideoforms avatar Jan 02 '24 20:01 ideoforms