Help Needed with superduperdb Installation Error Related to duckdb #1529
Replies: 1 comment
-
Hi @SuperSonnix71 thanks for your input! This is more an issue/ bug. Please can you make a bug report with a full description of the issue? https://github.com/SuperDuperDB/superduperdb/issues/new/choose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI everyone,
I hope this message finds you well. I've been diligently working on a project involving NLP queries to a PostgreSQL database. After spending a few days experimenting with models like the t5-small-awesome-text-to-sql from Hugging Face, I've encountered some challenges. Fortunately, I came across a repository that seemed promising for my needs. However, I've hit a roadblock during the installation of superduperdb. I'm facing an error related to the duckdb dependency, and despite my efforts, I haven't been able to resolve it. Here are the details of the error:
arena.cpp
duckdb_build/extension/jemalloc/jemalloc/include\jemalloc/jemalloc.h(267): error C2485: '__restrict': unrecognized extended attribute
... [additional error messages] ...
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for duckdb
I've tried several troubleshooting steps, but the issue persists. Any insights, suggestions, or guidance from the community would be greatly appreciated. Your expertise could be invaluable in helping me overcome this hurdle.
Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions