paramiko模块的安装

1.找到自己python安装的目录(默认路径:C:UserszhangliyuanAppDataLocalProgramsPythonPython35)

注:cmd中所有命令

2.进入Scripts 目录安装paramiko模块(两个安装源,a是官网的源,b是阿里云的源)。

  a. pip3.exe install paramiko

  b. pip3.exe install paramiko -i  http://mirrors.aliyun.com/pypi/simple  --trusted-host mirrors.aliyun.com

原文地址:https://www.cnblogs.com/iwxk/p/6187249.html