2016-05-20 62 views
0

我正在嘗試安裝pysqlcipher,以便在python中使用sqlcipher函數。在安裝pysqlcipher我得到了一個錯誤說如何讓Pysqlcipher在安裝過程中檢測openssl

Fatal error: OpenSSL could not be detected!

然後我試圖安裝OpenSSL的

C:\Python27\Scripts>pip install pyopenssl 

我得到一個成功的消息

Successfully installed 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 

安裝過程中發生同樣的錯誤。

Fatal error: OpenSSL could not be detected!

我該如何檢測openssl?

請注意,我在Windows 7上安裝它

回答

相關問題