githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
https://towardsdatascience.com/b051d28f3d2e
MIT License
557 stars 160 forks source link

Fix installation on Windows #69

Closed aktzbn closed 8 months ago

aktzbn commented 1 year ago

This PR fixes pip install -e . on Windows 10 with MSVS 2022 installed.

githubharald commented 8 months ago

added newest pybind, tested with VS22, runs successfully with Python 3.11 and 3.12.