标签:
在windows 10 64位,python3.5 32位的服务器上安装paramiko
安装过程报错如下
error: Unable to find vcvarsall.bat
1 安装PyCrypto
命令行下执行以下命令
pip install --use-wheel "d:\pythoncode\tool\pycrypto-2.6.1-cp35-none-win32.whl"
pycrypto-2.6.1-cp35-none-win32.whl 文件是到网上下载https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win32.whl
2、安装paramiko
pip install paramiko
mysql 操作
python3不再支持mysqldb。其替代模块是PyMySQL(下载地址:https://github.com/PyMySQL/PyMySQL),赶紧下载安装,修改好程序后,终于欢快的跑了起来。注意:PyMySQL不能用pip安装。
标签:
原文地址:http://www.cnblogs.com/qing-add/p/5295083.html