easy_install을 사용하여 Windows 7 컴퓨터에 M2Crypto를 설치하려고합니다. 그러나 다음 오류가 발생합니다.Windows에 M2Crypto 설치
SWIG_m2crypto.i(31) : Error: Unable to find 'openssl\opensslv.h'
SWIG_m2crypto.i(45) : Error: Unable to find 'openssl\safestack.h'
SWIG_evp.i(12) : Error: Unable to find 'openssl\opensslconf.h'
SWIG_ec.i(7) : Error: Unable to find 'openssl\opensslconf.h'
error: Setup script exited with error: command 'swig.exe' failed with exit status 1
어떤 조언이 있습니까?
Windows 용으로 openssl을 설치하려고 시도했습니다.
이 핍을 통해 설치 :'pip install M2CryptoWin64' (64-bit Win 용) 또는'pip install M2CryptoWin32' (32-bit 용). [블로그] (http://the.randomengineer.com/2014/07/29/ssl-for-python-m2crypto-on-windows/) – Jon