【发布时间】:2019-07-23 05:12:27
【问题描述】:
我正在尝试在 Windows 中使用 pip 安装 vowpalwabbit。
我的 python 版本是 3.7。由于我是使用 vowpalwabbit 的新手,因此我可能忘记配置一些外部依赖项。因此,您能否解释一下使其工作的每一个步骤。运行以下命令时出现以下错误:
pip install vowpalwabbit
raise Exception('Pre-built vw/python library for Windows is not supported for this python version')
Exception: Pre-built vw/python library for Windows is not supported for this python version```
----------------------------------------
Command "C:\Users\I516\Documents\Newsfeed\venv\Scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\I336\\AppData\\Local\\Temp\\pip-install-3tgy0rvf\\vowpalw
abbit\\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\I336\AppDa
ta\Local\Temp\pip-record-o5qdntld\install-record.txt --single-version-externally-managed --compile --install-headers C:\Users\I336\Documents\Newsfeed\venv\include\site\python3.7\vowp
alwabbit" failed with error code 1 in C:\Users\I336\AppData\Local\Temp\pip-install-3tgy0rvf\vowpalwabbit\```
【问题讨论】:
-
你在项目中看到this Dependencies page了吗?
-
@umbe1987 是的,我见过他们。我已经安装了 MS Visual Studio 2019。但是我不明白 vcpkg 是什么?我怀疑是python版本。
标签: python pip vowpalwabbit