You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,11 @@ make
102
102
This will create `digest.so`. Point to it in your profile config as shown in the
103
103
example above.
104
104
105
+
Mac OS seems to ship with [SQLite libraries that do not have support for loading extensions compiled in](https://docs.python.org/3/library/sqlite3.html#f1),
106
+
so this won't work "out of the box." Accordingly, snapshots won't work.
107
+
If you need snapshot functionality, you'll need to compile SQLite/python
108
+
or find a python distribution for Mac OS with this support.
0 commit comments