How to Install M2crypto on Windows

后端 未结 4 535
半阙折子戏
半阙折子戏 2020-12-11 01:15

After installing OpenSSL, downloading the pre-built Swig executable, and ensuring the openssl libraries are located in the default c:\\pkg, pip install m2

4条回答
  •  生来不讨喜
    2020-12-11 01:50

    It's late 2019 and installing M2Crypto is still a pain! After a ton of Googling, finally got it down to the steps below:

    pip install wheel
    pip install M2CryptoWin32
    

    Using a fresh Python 2.7.17 32bit install on Windows 10. You might need install http://aka.ms/vcpython27 first.

    I'd imagine one should use M2CryptoWin64 instead if you've installed 64-bit Python.

提交回复
热议问题