craftbeerpi / craftbeerpi4

GNU General Public License v3.0
134 stars 83 forks source link

int_from_bytes is deprecated #106

Open Btazbt opened 2 years ago

Btazbt commented 2 years ago

pi@raspberrypi:~ $ date Fri 4 Nov 19:34:46 GMT 2022

pi@raspberrypi:~ $ sudo pip3 install https://github.com/avollkopf/craftbeerpi4/archive/master.zip

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes

pi@raspberrypi:~ $ sudo pip3 install https://github.com/avollkopf/craftbeerpi4-ui/archive/main.zip

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes