stringsifter fails to install with pip 23.1
Ana06 opened this issue · 1 comments
Ana06 commented
When I try to install stringsifter in Windows 10 with Python 8 and pip 23.1, I get the following error while installing the fasttext dependency
ModuleNotFoundError: No module named 'pybind11'
Using pip 20.1 solves the problem.
ewalshmndt commented
Fixed by #34