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 build when CC contains parameters #9

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Fix build when CC contains parameters #9

merged 1 commit into from
Oct 16, 2023

Conversation

sunpoet
Copy link
Contributor

@sunpoet sunpoet commented Oct 14, 2023

The error message is as follows:

running build_ext
"cc -pthread" -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -c imio.c -o imio.o
error: command 'cc -pthread' failed: No such file or directory

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

The error message is as follows:
```
running build_ext
"cc -pthread" -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -c imio.c -o imio.o
error: command 'cc -pthread' failed: No such file or directory

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1
```
@sunpoet
Copy link
Contributor Author

sunpoet commented Oct 14, 2023

Fix #6

Copy link
Owner

@mattyowl mattyowl left a comment

Choose a reason for hiding this comment

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

Thanks

@mattyowl mattyowl merged commit 6844b30 into mattyowl:master Oct 16, 2023
@sunpoet
Copy link
Contributor Author

sunpoet commented Oct 16, 2023

Thank you.

@Joshuaalbert
Copy link

Thanks

@Joshuaalbert
Copy link

Could you update to pypi?

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

3 participants