服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > 开发教程 > python教程 >

在Python 3.5/win7x64/win10x64安装fabric

时间:2016-01-14 16:23来源:未知 作者:最模板 点击:
notebook: daimoon 的笔记本 在Python 3.5/win7x64/win10x64安装fabric 安装psych pycrypto python -m pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64

notebook: daimoon 的笔记本

在Python 3.5/win7x64/win10x64安装fabric

安装psych pycrypto

python -m pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64.whl pycrypto

修复pycrypto的bug

notepad C:\Python35\Lib\site-packages\Crypto\Random\OSRNG\nt.py

改为:

# import winrandom  
from Crypto.Random.OSRNG import winrandom

安装fabric

git clone https://github.com/mathiasertl/fabric.git  
cd fabric  
python setup.py install

ok now.

C:\github\fabric>fab  
Usage: fab-script.py [options]  

fab-script.py: error: no such option: --with-color
(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容