Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alipbudiman/3e790fd4ff45c4623bd7adf96e8cacfc to your computer and use it in GitHub Desktop.
Save alipbudiman/3e790fd4ff45c4623bd7adf96e8cacfc to your computer and use it in GitHub Desktop.
Error: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
Slove:
pip install fabric
pip uninstall -y cryptography # uninstall 37.0.0
pip install cryptography==36.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment