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

fix: pin cython to work around bug #4237

Merged
merged 9 commits into from
Jul 29, 2022
Merged

fix: pin cython to work around bug #4237

merged 9 commits into from
Jul 29, 2022

Conversation

Mause
Copy link
Member

@Mause Mause commented Jul 28, 2022

This should hopefully fix the build

See scipy/scipy#16718

@Mause Mause requested review from pdet and hannes July 28, 2022 13:42
Copy link
Collaborator

@Mytherin Mytherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mause
Copy link
Member Author

Mause commented Jul 29, 2022

Okay, that should fix it for real. More painful than I was expecting

Just to add some background on why this is required at all - pandas distributes binaries in "wheels" (the joke here being about cheese wheels, if you're curious), but doesn't provide them for all platforms - Windows 32bit being one of them

Because no binary is distributed, we have to build from scratch, but the Cython change broke that build. Hence the pin back to a working version to fix it

@Mause
Copy link
Member Author

Mause commented Jul 29, 2022

There are also a couple of test_ibis_tpch tests failing in the linux builds - these were failing prior to the Cython issue, and I'd prefer to fix those separately

@Mytherin Mytherin merged commit c009704 into duckdb:master Jul 29, 2022
@Mytherin
Copy link
Collaborator

Thanks for the fixes! Agreed that should be fixed separately.

@Mause Mause deleted the patch-3 branch July 29, 2022 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants