文章标签:browsercookie 的归档

Python安装browsercookie模块错误

直接pip安装browsercookie出现错误,是因为browsercookie依赖的pycrypto模块安装失败,部分错误代码:

warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Random.OSRNG.winrandom' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

继续阅读