Error : 'cryptography' package is required for sha256_password or caching_sha2_password auth methods
I try to connect to my admin page of my django site which is online, but I get the error that I put on the title, and yet the connection passed yesterday, I tried to install the package with :
$ python3 -m pip install PyMySQL[rsa]
and I have the answer:
Requirement already satisfied
hecked the connection with the database there is no error at this level