Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #15

Open
Kizuna-Meraki opened this issue May 23, 2020 · 5 comments
Open

ModuleNotFoundError #15

Kizuna-Meraki opened this issue May 23, 2020 · 5 comments

Comments

@Kizuna-Meraki
Copy link

I successfully installed sqlcipher and then I successfully installed pysqlcipher3, but I still get the ModuleNotFoundError when running the last step "python3 ../scab.py"

As evidence that pysqlcipher3 is indeed installed:

$ pip3 install pysqlcipher3 --user
Requirement already satisfied: pysqlcipher3 in /usr/local/lib/python3.7/site-packages (1.0.3)
$ python3 ../scab.py 
Traceback (most recent call last):
  File "../scab.py", line 3, in <module>
    from pysqlcipher3 import dbapi2 as sqlcipher
ModuleNotFoundError: No module named 'pysqlcipher3'

@Kizuna-Meraki
Copy link
Author

NOTE: https://github.com/ryanpcmcquen/signal-backup fixed this issue. I downloaded, installed and tested this today.

@Kizuna-Meraki
Copy link
Author

I'm new to GitHub, so after closing the issue, I decided to reopen it in case another user has the same error message and clicks on the Open Issues list like I did, which lead me to Ryan's fixes.

@LiroyvH
Copy link

LiroyvH commented Feb 19, 2021

I'm new to GitHub, so after closing the issue, I decided to reopen it in case another user has the same error message and clicks on the Open Issues list like I did, which lead me to Ryan's fixes.

Unfortunately, it looks like its an unresolvable error on Big Sur. It's impossible to install pysqlcipher3 even after installing sqlcipher with homebrew.

@cor
Copy link

cor commented Mar 10, 2021

Having the same issue, also on Big Sur. Would really like a solution / alternative backup option

@erdoukki
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants