Python bug ModuleNotFoundError: Some modules (fasttext etc.) required by this model are missing.

Python bug ModuleNotFoundError: Some modules (fasttext etc.) required by this model are missing.

这个错误是缺少 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 安装即可。

Python bug ModuleNotFoundError: Some modules (fasttext etc.) required by this model are missing._第1张图片

你可能感兴趣的:(BUG,python,bug,开发语言)