cygwin - 在 Windows 10 Python 3 上安装 Fasttext 时出错

标签 cygwin windows-10 anaconda python-3.5 fasttext

我正在尝试在 Windows 10 上使用 pip install fastText 安装 fastText。我在 Anaconda 中安装了 Python 3。 我尝试阅读几篇文章,但他们没有明确说明我应该进行哪些安装更改。我收到以下错误: enter image description here

下面显示的错误内容为:

raise ValueError("Unknown MS Compiler version %s " % msc_ver)
ValueError: Unknown MS Compiler version 1900

有人可以帮忙吗?

最佳答案

根据Python Bug Tracker,这似乎是一个目前处于开放状态的已知错误。

关于cygwin - 在 Windows 10 Python 3 上安装 Fasttext 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43006073/

相关文章:

c - 为什么 Windows 不继续随机化我的可执行文件的基地址?

python - 无法将大小为 47040000 的数组 reshape 为预训练神经网络的形状 (60000,32,32,1)

python - 在 anaconda 上安装 kivy 时出现 PermissionError(13, 'The process cannot access the file because it is being used by another process' )

bash - 在 cygwin 中使用 xmllint

cygwin - 在 cygwin 中找不到 libtoolize 命令

phpstorm - WebStorm/PhpStorm,Windows 10 上的终端问题

python - HDF5 库版本错误 - HDF5 版本 1.10.4

unix - 使用 cygwin 和 hadoop 创建文件

java - Cygwin "git clone"针对 Ubuntu 10.04.1 给出 "remote end hung up unexpectedly"

python-3.x - 给定该文件的路径,如何使用 python 关闭在 windows 上的 excel 应用程序中打开的一个特定 csv 文件?