-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dbt==0.18.1
Package failing to install starting on March 10, 2021.
#3160
Comments
For anyone experiencing the same issue, here is a workaround. In your requirements.txt lock the agate version to requirements.txt
|
Two other workarounds (thanks to @sean-rose in Slack):
However, both of those workarounds seem far from ideal! In the meantime, I agree it makes most sense to pin dbt's dependency to |
Describe the bug
Package failed to install
dbt==0.18.1
starting on March 10, 2021.Steps To Reproduce
dbt==0.18.1
started failing on March 10, 2021.dbt-core==0.18.1
namelyagate<2,>=1.6
which resolves toagate==1.6.2
.Expected behavior
It should install properly.
Summary log
Failure while ->
Collecting PyICU>=2.4.2 (from agate<2,>=1.6 -> dbt-core==0.18.1 -> dbt==0.18.1 -> -r ./requirements.txt (line 1))
Detailed logs
The output of
dbt --version
:The operating system you're using:
ubuntu:bionic
The output of
python --version
:Python 3.6.1
Additional context
Installing
dbt==0.18.1
in a Dockerfile during build process via requirements.txtDockerfile:
Requirements.txt
The text was updated successfully, but these errors were encountered: