Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install fails #101

Open
darioAnongba opened this issue Nov 8, 2023 · 4 comments
Open

pip3 install fails #101

darioAnongba opened this issue Nov 8, 2023 · 4 comments

Comments

@darioAnongba
Copy link

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))
@accumulator
Copy link
Owner

Is this still the case? I don't have a RPi to test..

@darioAnongba
Copy link
Author

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

@accumulator
Copy link
Owner

accumulator commented Dec 7, 2023

try this (compiles dependencies from source)

pip3 install wheel
pip3 --no-build-isolation --no-dependencies --no-binary :all: -r requirements.txt .

@darioAnongba
Copy link
Author

I get:

$ pip3 --no-build-isolation --no-dependencies --no-binary :all: -r requirements.txt .

Usage:   
  pip3 <command> [options]

no such option: --no-build-isolation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants