Open brownierin opened 5 years ago
It took me a while to figure out how to install pysqlcipher3, here you go:
1) sudo apt install libsqlcipher-dev
2) git clone https://github.com/rigglemania/pysqlcipher3.git
3) python3 setup.py build
4) python3 setup.py install
Thanks @dreamflasher. I'm less concerned about installing it. I'm much more concerned with relying on a package that isn't maintained.
Hi, it looks like pysqlcipher3 is no longer supported by the developer, according to the readme. The dev seems to have removed it from pypi? https://github.com/rigglemania/pysqlcipher3/issues/14
The current version fails to install with: