-
Notifications
You must be signed in to change notification settings - Fork 1
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
File System Issues (sql
)
#10
Comments
Current efforts to improve the JupyterLite file system through the use of and through the use of
Unfortunately, these improvements did not affect the original SQL issue. |
There is a new "WASM-native" SQLite version. Unfortunately, this will not solve the SQL issue either:
|
There might be potential for a collaboration, following the discussions here:
Both @psychemedia and @bollwyvl are interested in using SQL in a Pyodide/JupyterLite environment. |
|
Currently, an error is raised when trying to query a SQLite database. This affects the use of
peewee
:DatabaseError: database disk image is malformed
jupyterlite/jupyterlite#1064The present workaround is to not use
/drive
:Ultimately, the issue seems to be with
drivefs
:The text was updated successfully, but these errors were encountered: