Bug report
- Operating System:
- Installation type:
- Robostack, conda-forge, pip
- Version or commit hash:
- Client library (if applicable):
Steps to reproduce issue
Run the tests on MacOS (non M1)
cd test
python -m unittest discover .
Expected behavior
All tests should pass
Actual behavior
Fatal Python error: PyMUTEX_LOCK(gil->mutex) failed
Additional information
Might be due to the pybind11 library not compiled correctly on MacOS
Bug report
Steps to reproduce issue
Run the tests on MacOS (non M1)
Expected behavior
All tests should pass
Actual behavior
Additional information
Might be due to the pybind11 library not compiled correctly on MacOS