Hi, I ran into an error when I tried to install Texthero. I already all packages needed such as spacy, gensim, etc. But when installation processed to building wheel for gensim, error showed up:
Failed to build gensim spacy
ERROR: Could not build wheels for spacy, which is required to install pyproject.toml-based projects
I'm wondering if you can help point out in which direction I should be looking at to fix this. Is it pip or the spacy/ gensim is not pyproject.toml-based?
Thanks.