question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It is one of the dependencies, and it was last updated more than 2 years ago. The git homepage of the repository reads that the project is no longer maintained (https://github.com/rigglemania/pysqlcipher3)

Further, the install of pysqlcipher3 fails (says it installed successfully but doesn’t install it) on python3.9 (miniconda) + Ubuntu 18.04 machine, which has

libsqlcipher-dev is already the newest version (3.4.1-1build1).
libsqlcipher0 is already the newest version (3.4.1-1build1).
sqlcipher is already the newest version (3.4.1-1build1).

I was wondering if this dependency can be gotten rid of by replacing it with a better port to sqlcipher? sqlcipher3 might be a good replacement.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hrishikeshrtcommented, May 18, 2021

Great! I have been using with the modification in local file earlier. Good to know that it is released in the official version now. 👍

0reactions
gabflcommented, Feb 5, 2021

@hrishikeshrt Good news, the version 2.4 has been released with pysqlcipher3 replaced with sqlcipher3

Read more comments on GitHub >

github_iconTop Results From Across the Web

pysqlcipher3 - PyPI
pysqlcipher3 is an interface to the SQLite 3.x embedded relational database engine. It is almost fully compliant with the Python database API version...
Read more >
rigglemania/pysqlcipher3: Python 3 bindings for SQLCipher
This library is a fork of pysqlcipher targeted for use with Python 3, although support for Python 2 is still maintained. It is...
Read more >
python - Issue in installing pysqlcipher3 - Stack Overflow
First, I try to download the pysqlcipher3 from github and build and install it manually via cmd (using python setup.py build and python ......
Read more >
pysqlcipher3 - Python Package Health Analysis - Snyk
pysqlcipher3 is an interface to the SQLite 3.x embedded relational database engine. It is almost fully compliant with the Python database API version...
Read more >
Installing pysqlcipher3 on CentOS | by dheeraj alimchandani
The reason to write this article is that pip installing pysqlcipher3 gives successfully installed message but behind the scene the library ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found