Skip to content

Broken wheel build fix#172

Merged
jonasbn merged 1 commit intomasterfrom
broken_wheel_build
Sep 7, 2023
Merged

Broken wheel build fix#172
jonasbn merged 1 commit intomasterfrom
broken_wheel_build

Conversation

@jonasbn
Copy link
Collaborator

@jonasbn jonasbn commented Sep 7, 2023

I found two guides to fix the problem:

They basically said the same thing, which is to add a constraint.txt file

echo "cython<3" > constraint.txt
export PIP_CONSTRAINT=constraint.txt

So this has been added to the Dockerfile and the build is successful.

used but a dependency does not support it.

I found two guides to fix the problem:
- https://answers.sap.com/questions/13931156/getting-requirements-to-build-wheel-did-not-run-su.html
- https://discuss.python.org/t/getting-requirements-to-build-wheel-did-not-run-successfully-exit-code-1/30365

They basically said the same thing, which is to add a constraint.txt file

echo "cython<3" > constraint.txt
export PIP_CONSTRAINT=constraint.txt

So this has been added to the Dockerfile and the build is successful.
@jonasbn jonasbn merged commit b1c923f into master Sep 7, 2023
@jonasbn jonasbn deleted the broken_wheel_build branch September 7, 2023 18:09
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.

1 participant