No module named _cffi_backend

For python2.x use following command:

python -m pip install cffi

for python3.x

python3 -m pip install cffi

I needed to uninstall and install it again:

sudo pip uninstall cryptography

sudo pip uninstall paramiko

then install pagamiko again

sudo pip install paramiko

and it start to work for me