Closed DWHowes closed 3 months ago
What if you try installing the prior version of fasttext?
pip install fasttext==0.9.2
Thanks very much, that worked.
After installing the previous version of fasttext, I successfully installed the pipeline.
I'm building the Textractor example in VS Code, running inside a conda virtual environment. I get the following error when attempting the line
textractor = Textractor()
I have both tika and java installed in the environment.
In an Anaconda terminal window (standard Windows cmd) I attempt to install the pipeline using "pip install[pipeline]". The installation fails attempting to build the wheel for Fasttext. Traceback is below, any help is greatly appreciated.