这个错误是缺少 fasttext 包。但我通过 pip install fasttext 安装失败了。弹出error: command ‘/usr/bin/gcc’ failed with exit code 1。错误。
查询资料说可以安装whl包。fasttext 的 whl 下载网址: https://pypi.org/project/fasttext-wheel
点击 Download files
选择自己的操作系统和python版本对应的whl
通过 pip install xxxx.whl
安装即可。