charge-lnd
charge-lnd copied to clipboard
pip3 install fails
pip3 install fails on a Raspberry Pi, on main
or latest release version 0.2.13
with this message:
Could not find a version that satisfies the requirement aiorpcx==0.22.1 (from -r requirements.txt (line 8)) (from versions: 0.1, 0.2, 0.4, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.14.0, 0.14.1, 0.15.0, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.18.5, 0.18.6, 0.18.7)
No matching distribution found for aiorpcx==0.22.1 (from -r requirements.txt (line 8))
Is this still the case? I don't have a RPi to test..
Hi!
Sadly I just pulled main and tried again and I get this:
Could not find a version that satisfies the requirement aiorpcx==0.22.1 (from -r requirements.txt (line 8)) (from versions: 0.1, 0.2, 0.4, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.14.0, 0.14.1, 0.15.0, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.18.5, 0.18.6, 0.18.7)
No matching distribution found for aiorpcx==0.22.1 (from -r requirements.txt (line 8))
For some details:
I simply pull master and run pip3 install -r requirements.txt
try this (compiles dependencies from source)
pip3 install wheel
pip3 --no-build-isolation --no-dependencies --no-binary :all: -r requirements.txt .
I get:
$ pip3 --no-build-isolation --no-dependencies --no-binary :all: -r requirements.txt .
Usage:
pip3 <command> [options]
no such option: --no-build-isolation