Skip to content
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

snowflake + cffi = more sadness #2180

Closed
beckjake opened this issue Mar 4, 2020 · 1 comment
Closed

snowflake + cffi = more sadness #2180

beckjake opened this issue Mar 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@beckjake
Copy link
Contributor

beckjake commented Mar 4, 2020

Describe the bug

We can't build homebrew packages, because the tool we use chokes on version conflicts (reasonable!) and snowflake requires cffi<1.14, but other dependencies fire first and install cffi==1.14.

Steps To Reproduce

pip install dbt==0.16.0rc1 homebrew-pypi-poet
poet --resources dbt

Get an error about version conflicts and cffi.

Expected behavior

I should get some homebrew package stanzas out, not an error.

System information

Which database are you using dbt with?
Any

The output of dbt --version:
N/A

The operating system you're using:
macos

The output of python --version:
Python 3.8.0

Additional context

In what's becoming a real tradition, we need to pin yet another snowflake dependency in the root package, in this case cffi<1.14.

@beckjake beckjake added bug Something isn't working triage labels Mar 4, 2020
@beckjake
Copy link
Contributor Author

beckjake commented Mar 4, 2020

fixed in #2181

@beckjake beckjake closed this as completed Mar 4, 2020
@jtcohen6 jtcohen6 removed the triage label Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants