error on "pip install rns" #918
Unanswered
f4gbv
asked this question in
Help & Questions
Replies: 1 comment 2 replies
-
|
(I forgot to say it's a rpi zéro with raspbian bullseye |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
does someone have an idea ?
I tried with pip3. I tried to install only cryptography with pip/pip3.
it seems that some versions are not compatible?
though I did an apt update / upgrade
thanks in advance
f4gbv
here is the beginning of error :
"f4gbv@raspberrypi:~/python/rpitips $ sudo pip install rns
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting rns
Downloading https://www.piwheels.org/simple/rns/rns-1.0.0-py3-none-any.whl (416 kB)
ok 416 kB 943 kB/s
Collecting cryptography>=3.4.7
Using cached cryptography-46.0.1.tar.gz (749 kB)
ERROR: Exception:
Traceback (most recent call last):
File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 171, in _merge_into_criterion
crit = self.state.criteria[name]
KeyError: 'cryptography'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
status = self.run(options, args)
File "/usr/lib/python3/dist ... "
Beta Was this translation helpful? Give feedback.
All reactions