Hi @MrMelon,
This is an issue with the Cryptography
dependency. Please make sure that it is on major version, 2, instead of 3.
You can modify the requirements.txt
to the following:
cryptography <= 2.9
Thanks,
Carl
Hi @MrMelon,
This is an issue with the Cryptography
dependency. Please make sure that it is on major version, 2, instead of 3.
You can modify the requirements.txt
to the following:
cryptography <= 2.9
Thanks,
Carl