Failed to build fasttext
Failed to build fasttext
ERROR: Could not build wheels for fasttext, which is required to install pyproject.toml-based projects
解决方法:
Using pip install fasttext-wheel instead solved the problem for me.
Failed to build fasttext
ERROR: Could not build wheels for fasttext, which is required to install pyproject.toml-based projects
解决方法:
Using pip install fasttext-wheel instead solved the problem for me.