Set-up:
- Create a new conda environment with the
environment.ymlfile with the command:conda env create --file environment.yml - If you are on Windows, install
pybind11>=2.2using conda or pip. - Run
pip install fasttextto 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