py-lapsolver icon indicating copy to clipboard operation
py-lapsolver copied to clipboard

Fails to build on Windows using Python 3.10 + Fix

Open AlphonsG opened this issue 3 years ago • 2 comments

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.

AlphonsG avatar Apr 06 '22 08:04 AlphonsG

ah nice, thanks for letting me know. Will hopefully update soon.

cheind avatar Apr 09 '22 14:04 cheind

No problem mate, thanks.

AlphonsG avatar Apr 09 '22 14:04 AlphonsG