DuckDB-less installation instructions conflict with pyproject.toml requirements #1826
-
In duckdbless_requirements.txt it is implied that However in multiple modules in the project, Also, it is not clear in the pyproject.toml why duckdb is listed as a mandatory requirement, which will have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To me it seems that the duckdbless_requirements.txt were formulated by inspecting the installed package of an arbitrary duckdb-less environment with poetry. Which also poses the question whether the compatibility ranges of the pyproject.toml are reliable since they differ from the duckdb-less environment displayed. |
Beta Was this translation helpful? Give feedback.
Sure, but have you tried to use the duckdbless install? Those are a few ancillary functions which are not used by the main linking routines. You're right , we should have been more careful about namespacing them but in practice I don't think it matters - you should be able to carry out a full linkage without hitting errors.