Closed aktzbn closed 8 months ago
This PR fixes pip install -e . on Windows 10 with MSVS 2022 installed.
pip install -e .
added newest pybind, tested with VS22, runs successfully with Python 3.11 and 3.12.
This PR fixes
pip install -e .
on Windows 10 with MSVS 2022 installed.