PiBrewing / craftbeerpi4

GNU General Public License v3.0
57 stars 29 forks source link

In case of issues with pip after Upgrading cryptography (cbpi4 >= 4.1.7.a5) #104

Closed avollkopf closed 1 year ago

avollkopf commented 1 year ago

With cbpi4 4.1.7.a4 I have changed the dependency to cryptography 40.0.0. due to a security issue with older versions of this package.

In case you are experiencing problems with pip after the upgrade, you should be able to fix the issues with the following commands:

sudo apt remove python3-pip 
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
sudo pip3 install pyopenssl
sudo pip3 install pyopenssl --upgrade

Some more information is posted here