コマンド「pip install cryptography」を実行すると、依存関係の一部が正常にインストールされ、以下のエラーで失敗します。
> _openssl.c
C:\Python27\include\openssl/ossl_typ.h(176) : error C2059: syntax error : 'type'
build\temp.win-amd64-2.7\Release\_openssl.c(481) : fatal error C1083: Cannot ope
n include file: 'openssl/cmac.h': No such file or directory
編集: 1] 「http://gnuwin32.sourceforge.net/packages/openssl.htm」から openssl をインストールし、「C:\Program Files (x86)\GnuWin32」から「include」および「lib」フォルダーをコピーしました。 「C:\Python27」に
2] https://www.microsoft.com/en-in/download/details.aspx?id=44266から「Microsoft Visual C++ Compiler for Python 2.7」をインストールしました
誰かが私がここで見逃していることを正確に言うことができますか? どうもありがとう