Hi, when trying to install scrapy with pip install scrapy, I have always a CryptographyDeprecationWarning saying that int_from_bytes is deprecated and to use int.from_bytes instead .
This warning seems to be caused by 2 files : dhcrypto.py (line 15) and util.py (line 19) located in /python3/dist_packages/secretstorage folder
I am using the lastest dependency version : cryptography 3.4.7 and pip 21.1.2 (ubuntu 18.04.2)
Hi, when trying to install scrapy with pip install scrapy, I have always a CryptographyDeprecationWarning saying that int_from_bytes is deprecated and to use int.from_bytes instead .
This warning seems to be caused by 2 files : dhcrypto.py (line 15) and util.py (line 19) located in /python3/dist_packages/secretstorage folder
I am using the lastest dependency version : cryptography 3.4.7 and pip 21.1.2 (ubuntu 18.04.2)
Any help for a work around is really appreciated
Paul
0 Votes
0 Comments
Login to post a comment