-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to memos init #4
Comments
It seems that not all Python’s sqlite3 library support Could you please show the result of such commands: import sqlite3
print(sqlite3.sqlite_version) |
Same issue here. My environments:
|
I discovered that my Python installation via asdf lacked SQLite extension support. After switching to Miniconda, |
I use This worked,
|
Same error, use |
I get the following error when doing memos init:
https://app.warp.dev/block/q5ZfjY6osKAPPyIuu4ti8z
The text was updated successfully, but these errors were encountered: