Sanity check on a site I just tried (has an error) #303
Closed
formless63
started this conversation in
General
Replies: 1 comment
|
Doing a bit more troubleshooting this morning I think the issue is the duckdb dependency being different requirements between insights and builder. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I just found this wonderful tool as I was trying to get some experience with a new install and trying many extra apps in the process. I got things going great on a clean ubuntu 24.04 VM and using the script and then tried to deploy a site:
/
This resulted in some errors for the insights piece of things. I think the root of it is:
err = AttributeError("module 'duckdb' has no attribute 'functional'")Also as an aside I had a prior error where helpdesk caused things to bomb out because it requires telephony, but adding in telephony on the next run it seemed to go through fine up to this insights issue, anyway. I can submit issues / more logs or whatnot, but I figured I would ask here first to make sure this was actually something of note and not just on my end.
All reactions