AttributeError: module ‘paramiko’ has no attribute ‘SSHClient’

I have a simple Python 3 script (I’m running Python 3.6.1, compiled from source) that does the following 3 things: Connects to remote server(s) and using scp to get files Processes the files. Connects to another remote server and uploads the processed files. I moved this script from a soon-to-be-retired CentOS 6 host to a … Continue reading AttributeError: module ‘paramiko’ has no attribute ‘SSHClient’