-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix python nightly build #17515
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
Fix python nightly build #17515
Conversation
…ction" This reverts commit 9382775.
a5c5bee
to
13db15b
Compare
Thanks! And for the explanation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick turnaround, looks about right, go.
Use Catalog::TryAutoLoad for encodings extension (duckdb/duckdb#17520) Fix python nightly build (duckdb/duckdb#17515) Fix encodings (duckdb/duckdb#17514)
Use Catalog::TryAutoLoad for encodings extension (duckdb/duckdb#17520) Fix python nightly build (duckdb/duckdb#17515) Fix encodings (duckdb/duckdb#17514)
Use Catalog::TryAutoLoad for encodings extension (duckdb/duckdb#17520) Fix python nightly build (duckdb/duckdb#17515) Fix encodings (duckdb/duckdb#17514)
Use Catalog::TryAutoLoad for encodings extension (duckdb/duckdb#17520) Fix python nightly build (duckdb/duckdb#17515) Fix encodings (duckdb/duckdb#17514)
Is there no way around it? https://pypi.org/project/setuptools-scm/8.0.1/ was released on Sep 20, 2023. Many distros have long since updated to this new major version. So it's not possible to build the python bindings for duckdb v1.3. |
Revert #17443
They (setuptool_scm) have not fixed their problem, all they've done is upgrade the warning into an error, so we won't use those newer versions until they fix it 👍