There seems to be a sha mismatch with the provided pip version for raspberry pi (armv7l).
Not sure whether this is an attack, or just a missed update somewhere.
Versions of Python, cryptography, cffi, pip, and setuptools you're using
cryptography: 43.0.3
pip : 23.0.1
python: 3.11.2
How you installed cryptographypip install ansible or pip install cryptography
Clear steps for reproducing your bug
have a raspberry pi,
Create a virtual env (python3 -m venv myfolder)
myfolder/bin/pip instal cryptography
There seems to be a sha mismatch with the provided pip version for raspberry pi (armv7l). Not sure whether this is an attack, or just a missed update somewhere.
Versions of Python,
cryptography
,cffi
,pip
, andsetuptools
you're using cryptography: 43.0.3 pip : 23.0.1 python: 3.11.2How you installed
cryptography
pip install ansible
orpip install cryptography
Clear steps for reproducing your bug have a raspberry pi, Create a virtual env (python3 -m venv myfolder) myfolder/bin/pip instal cryptography