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

int_from_bytes is deprecated #106

Open
Btazbt opened this issue Nov 4, 2022 · 0 comments
Open

int_from_bytes is deprecated #106

Btazbt opened this issue Nov 4, 2022 · 0 comments

Comments

@Btazbt
Copy link

Btazbt commented Nov 4, 2022

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

papauorg pushed a commit to papauorg/craftbeerpi4 that referenced this issue Oct 2, 2023
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

1 participant