-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
[Bug]:sqlite3.OperationalError: no such column: "size" - should this be a string literal in single-quotes? #16856
Comments
the URL to issues you linked is broken so I fixed via editing your post as of now I'm not able to reproduce the issue |
+1 |
can someone who is experiencing this issue upload their
note: by uploaded this you would essentially upload a list of your all your models info (not the actual models just information about the models) and extensions infos, they could potentially be other things as well created by extensions |
I also experience the same error. "sqlite3.OperationalError: no such column: "size" - should this be a string literal in single-quotes?". I have extracted the corresponding cache as requested. |
@m-balcewicz can you also share your sysinfo.json |
Yes, you're right. It's a new installation. Here is the sysinfo… |
someone have a theroy about sqlite 3.49.1 beeing the issue you should be about to find out by running these command
this should out put a version number like 3.49.1 or 3.42.0 |
Well, this looks fine I guess.
|
I think there might be a miscommunication it is likely that sqlite3 3.49.1 is the cause 3.49.1 was was released around 2 days ago https://www.sqlite.org/changes.html |
I'm not sure how would you do so but maybe you could try downgrading |
It worked out. Now, I am using sqlite 3.42.0.
|
seems like it's confirmed to be an issue with sqlite 3.49.1 do you mind testing which version of sqlite works and which doesn't
also if possible can you write down the instructions on how to downgread on Mac |
I tried to reproduce my error and checked a few settings. I am working with conda environments and use only the conda-forge channel. The prompt will always be: "Create an image of the sunrise in the Alpes with a lake in the foreground." sqlite3-42-0
works fine! sqlite3-43-0
works fine! sqlite3-44-0
*works fine! sqlite3-45-0
*works fine! sqlite3-46-0
*works fine! sqlite3-47-0
*works fine! sqlite3-48-0
*works fine! sqlite3-49-0
*works fine! The sqlite seems not to be an error during this testing. So I upgraded python. Python Version for sqlite 3-49-0Python 3.11
works fine! Python 3.12
This is what I get when I try to reinstall requirements with python==3.12.9
Maybe someone else can go through the different python versions. This is one of the created outputs - enjoy. |
@m-balcewicz thanks for testing for your info as for OP well I'm not sure he hasn't replied... |
I had the same issue, I was running sqlite 3.49.1 on python 3.10.16. Downgrading to 3.42.0 solved the issue:
|
Hi, im pretty new to Pinokio and ForgeUI, how do you downgrade? im using windows 11, feel free to ask me whatever you need |
I am using anaconda on windows 11. Within the environment I was using, I ran |
I ran into the same issue on a fresh install on Windows 10 when installing into a conda environment. Downgrading to 3.42.0 resolves the issue. Seems like the sqllite version needs to be fixed to that version until a PR formally upgrades it. |
Checklist
What happened?
I installed the WebUI on my newly purchased Macbook,After the installation, when I executed./webui.sh again, there was an issue,Then I selected a model in the WebUI, but it failed to load.
Steps to reproduce the problem
What should have happened?
The WebUI can load models normally.
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
sysinfo-2025-02-19-23-43.json
Console logs
Additional information
It seems that other AI tools also have this problem.
The text was updated successfully, but these errors were encountered: