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

Building wheel for mathutils (setup.py) ... error #33

Open
ew-wlee opened this issue Nov 17, 2024 · 1 comment
Open

Building wheel for mathutils (setup.py) ... error #33

ew-wlee opened this issue Nov 17, 2024 · 1 comment

Comments

@ew-wlee
Copy link

ew-wlee commented Nov 17, 2024

Thanks for your amazing work.
However, an error occurs during the building of the mathutils package when running python setup.py bdist_wheel. The compilation fails due to an incompatible function call in the mathutils.c file. Specifically, the function _Py_HashDouble is called with two arguments, whereas it expects only a single double argument. This mismatch results in a gcc compilation error.
So which version of mathutils package should be used ?

@infung
Copy link

infung commented Dec 5, 2024

same issue here

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

No branches or pull requests

2 participants