-
Paramiko error: Use module Crypto.Signature.pkcs1_15 instead
Recently I started getting the following error in a script that never had any problems in the past:
1NotImplementedError: Use module Crypto.Signature.pkcs1_15 insteadThere wasn’t much information related to this error in regards to Paramiko.
Eventually I was able to “fix” it by running:
123sudo -H pip uninstall paramikosudo -H pip uninstall pycryptosudo -H pip install paramiko