使用Anaconda在Windows 10上安装FastText [英] Install fasttext on Windows 10 with anaconda

查看:150
本文介绍了使用Anaconda在Windows 10上安装FastText的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用以下命令在Windows 10的anaconda中安装Fasttext:pip install fasttext,如此处所述:https://pypi.org/project/fasttext/

I am trying to install fasttext in anaconda with Windows 10 using the command: pip install fasttext as explained here: https://pypi.org/project/fasttext/

错误消息是:

ValueError: Unknown MS Compiler version 1900

Command "c:\users\nicol\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\nicol\\AppData\\Local\\Temp\\pip-install-pd0xqmlg\\fasttext\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\nicol\AppData\Local\Temp\pip-record-4qt38yfk\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\nicol\AppData\Local\Temp\pip-install-pd0xqmlg\fasttext\

您能告诉我如何解决此问题吗?

Can you tell me how I can fix this problem?

列出的唯一要求是Cython,我有:

The only requirement listed is Cython, which I have:

(C:\Users\nicol\Anaconda3) C:\Users\nicol>pip install Cython
Requirement already satisfied: Cython in c:\users\nicol\anaconda3\lib\site-packages (0.25.2)

推荐答案

尝试:

pip install fasttext_win

如果这行得通,请感谢cmoscardi在GitHub上的回应. https://github.com/salestock/fastText.py/issues/167#issuecomment-404258960

If this works, credits to cmoscardi for his response in GitHub. https://github.com/salestock/fastText.py/issues/167#issuecomment-404258960

这篇关于使用Anaconda在Windows 10上安装FastText的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆