M2Crypto包在python3中好像不支持
其次:在我们安装M2Crypto时常会出现没有error: command ‘swig.exe’ failed: None
然后我们安装swig
之后在安装M2Crypto,
使用pip install M2Crypto -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
还是不好使
只需要在包M2Crypto 后面加上Win64,同志们也可以去豆瓣的下面找这个包
**这样就可以在window电脑上pyhton3使用M2Crypto **
pip install M2CryptoWin64 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com