You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: