第一句子网 - 唯美句子、句子迷、好句子大全
第一句子网 > 解决报错ModuleNotFoundError: No module named ‘fastText‘

解决报错ModuleNotFoundError: No module named ‘fastText‘

时间:2024-04-15 19:45:18

相关推荐

解决报错ModuleNotFoundError: No module named ‘fastText‘

1. 确保安装fasttext

git clone /facebookresearch/fastText.git cd fastTextpython setup.py install

2. 要导入fasttext或fasttext.FastText,而不是FastText

python程序中要导入的是fasttext

import fasttext

或是

import fasttext.FastText

不是:import FastText

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。