pysqlcipher

Issue in installing pysqlcipher3

徘徊边缘 提交于 2020-07-05 04:57:17
问题 So even though pip install pysqlcipher3 worked returned Successfully installed pysqlcipher3 , it did not. From my research, it seems that its a common issue for Windows user trying to install Sqlcipher. Attempt #1 First, I try to download the pysqlcipher3 from github and build and install it manually via cmd (using python setup.py build and python seetup.py install ). Upon executing python3 setup.py build I got some error (missing few requirements, not having OPENSSL_CONF in environment