我正在尝试安装pysqlcipher以使我能够在python中使用sqlcipher函数。在安装pysqlcipher时出现错误
致命错误:无法检测到OpenSSL!
然后我尝试安装openssl
C:\Python27\Scripts>pip install pyopenssl
我收到了一条成功的消息
成功安装cffi-1.6.0 cryptography-1.3.2 enum34-1.1.6 idna-2.1 ipadd ress-1.0.16 pyasn1-0.1.9 pycparser-2.14 pyopenssl-16.0.0 six-1.10.0
然后我尝试重新安装pysqlcipher
C:\Python27\Scripts>pip install pysqlcipher
安装过程中发生了同样的错误。
致命错误:无法检测到OpenSSL!
如何让它检测openssl?
请注意我在Windows 7上安装它