-
Notifications
You must be signed in to change notification settings - Fork 196
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
Deploy command fails even with extras installed #2203
Comments
jonbiemond
added a commit
to jonbiemond/dlt
that referenced
this issue
Jan 12, 2025
Increase the `pipdeptree` requirement version to be ">=2.23.2". This release of `pipdeptree` removes all references to `pip`. tox-dev/pipdeptree#402 The deploy command, which uses `pipdeptree`, may now be used in environments without `pip`. Fixes dlt-hub#2203
jonbiemond
added a commit
to jonbiemond/dlt
that referenced
this issue
Jan 12, 2025
Increase the `pipdeptree` requirement version to be ">=2.23.2". This release of `pipdeptree` removes all references to `pip`. tox-dev/pipdeptree#402 The deploy command, which uses `pipdeptree`, may now be used in environments without `pip`. Fixes dlt-hub#2203
jonbiemond
added a commit
to jonbiemond/dlt
that referenced
this issue
Jan 12, 2025
Increase the `pipdeptree` requirement version to be ">=2.23.2". This release of `pipdeptree` removes all references to `pip`. tox-dev/pipdeptree#402 The deploy command, which uses `pipdeptree`, may now be used in environments without `pip`. Fixes dlt-hub#2203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dlt version
1.5
Describe the problem
When running
dlt deploy
the command fails with the message below even thoughdlt[cli]
is installed.This is because
dlt[cli]
extras do not include all the dependencies needed by the deploy command. Namely thepip
dependency.Expected behavior
No response
Steps to reproduce
dlt[cli]
into a virtual environment without pip. For example using a package manager such asuv
.Operating system
macOS
Runtime environment
Local
Python version
3.11
dlt data source
No response
dlt destination
No response
Other deployment details
No response
Additional information
pip
dependency in thecli
extras.The text was updated successfully, but these errors were encountered: