[Bug] pip install fails on logbook
dependency due to setuptools==72.0.0
update
#1152
Closed
2 tasks done
Labels
bug
Something isn't working
Is this a new bug in dbt-snowflake?
Current Behavior
When I try to install
dbt-snowflake
using pip, I get an error when trying to installlogbook
dependency (see log in "Relevant log output" section).Package dependency is set with version constraints
logbook<1.6,>=1.5
, which returns aModuleNotFoundError: No module named 'setuptools.command.test'
as latest update tosetuptools
(72.0.0, implemented yesterday) has deprecatedsetuptools.command.test
.Note: With the latest version of logbook (1.7.0) the error doesn't happen.
Expected Behavior
The
pip install dbt-snowflake
command should install the package without any issues.Steps To Reproduce
python -m venv .venv
)source .venv/bin/activate
pip install dbt-snowflake
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: