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

Use python itself to get the extension suffix, not python-config #8148

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

abadams
Copy link
Member

@abadams abadams commented Mar 11, 2024

One of the buildbots has gotten itself into a weird state where python-config is from python 3.12, but the python used in the venv is python 3.11, so the extension suffix on the python module in the onnx app is wrong.

virtual envs don't seem to include python-config, so rather than mess with the system this PR just changes the makefile to get the extension suffix from python itself.

Copy link
Contributor

@steven-johnson steven-johnson left a comment

Choose a reason for hiding this comment

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

Please add the PR explanation as a comment

@abadams
Copy link
Member Author

abadams commented Mar 11, 2024

Done.

@abadams abadams merged commit 3c2d809 into main Mar 12, 2024
16 checks passed
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.

2 participants