py-lapsolver
py-lapsolver copied to clipboard
Fails to build on Windows using Python 3.10 + Fix
Fails with py-lapsolver\pybind11\include\pybind11/numpy.h(35,22): error C2065: 'ssize_t': undeclared identifier.
Checking out the master branch of the pybind11 submodule, instead of the currently set branch v2.2, fixes the error and the build finishes. All tests passed.
ah nice, thanks for letting me know. Will hopefully update soon.
No problem mate, thanks.