Set-up:
- Create a new conda environment with the
environment.yml
file with the command:conda env create --file environment.yml
- If you are on Windows, install
pybind11>=2.2
using conda or pip. - Run
pip install fasttext
to get the latest version of fastText.
Running test.ipynb:
- Make sure you have all the packages from the updated 'environment.yml' installed.
- Run the first cell in the 'test.ipynb' before creating and running new cells