ModuleNotFoundError: No module named 'fasttext'
问题 I have tried installing fasttext through conda using two channels: conda install -c conda-forge fasttext and conda install -c conda-forge/label/cf201901 fasttext as per (https://anaconda.org/conda-forge/fasttext). I am using the following command to import: import fasttext However, the import fails with the error: ModuleNotFoundError Traceback (most recent call last) in ----> 1 import fasttext ModuleNotFoundError: No module named 'fasttext' However, tried to import it in an older fashion