I ran my Django project with new macOS Catalina and was running fine. I installed oh_my_zsh then I tried to run the same project it is crashing with the following errors
For me it was enough to re-install Python's cryptography package.
pip uninstall cryptography pip install cryptography