简体   繁体   English

PIP安装CROSSBAR会给出错误:需要Microsoft Visual C ++ 14.0。 使用“ Microsoft Visual C ++生成工具”获得它:

[英]PIP INSTALL CROSSBAR gives error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”:

I have been trying to pip install crossbar on my virtual environment in Windows 10 but I keep getting: 我一直在尝试在Windows 10的虚拟环境pip install crossbar ,但我不断得到:

error: Microsoft Visual C++ 14.0 is required. 错误:需要Microsoft Visual C ++ 14.0。 Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 使用“ Microsoft Visual C ++生成工具”获得它: http : //landinghub.visualstudio.com/visual-cpp-build-tools

I am using Python3.7 and Django2.1 我正在使用Python3.7和Django2.1

I have installed the requirement and have restarted my system severally but still getting the same error. 我已经安装了该要求,并多次重新启动了系统,但仍然收到相同的错误。 Pip has been upgraded too. Pip也已升级。

Here is the list of programs install from my Control Panel: 以下是从“控制面板”安装的程序列表:

控制面板

And here is the Command Prompt error (again) 这是命令提示符错误(再次) 命令提示符

I have equally installed Microsoft Visual C++ 2017 Redistributable , both (x86) and (x64) but still did not work. 我同样安装了(x86)和(x64)的Microsoft Visual C ++ 2017 Redistributable ,但仍然无法正常工作。

The redistributable files are used to run software which someone else built . 可再发行文件用于运行他人构建的软件。 You need the build tools themselves. 您自己需要构建工具。 Either get them as part of Visual Studio (which is free for personal use) or as part of the Microsoft Visual C++ Build Tools . 可以将它们作为Visual Studio的一部分(免费供个人使用)或作为Microsoft Visual C ++ Build Tools的一部分来获得。

The current toolset is 14.0/14.1 corresponding to VS2015/2017. 当前工具集是14.0 / 14.1,对应于VS2015 / 2017。

Try upgrading setuptools 尝试升级setuptools

pip install --upgrade setuptools

Original answer 原始答案

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:需要Microsoft Visual C ++ 14.0。 使用“ Microsoft Visual C ++ Build Tools”获得它 - error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools” scrapy 错误:需要 Microsoft Visual C++ 14.0。 使用“Microsoft Visual C++ Build Tools”获取 Python 模块安装 - Error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools” for Python module installing 错误:需要 Microsoft Visual C++ 14.0。 使用“Visual Studio 构建工具”获取它:https://visualstudio.microsoft.com/downloads/ - error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ 由于“错误:需要 Microsoft Visual C++ 14.0”,无法使用 pip 安装 Earl-etf,但我已经拥有所有 MS C++ 构建工具 - Cannot install earl-etf with pip due to “error: Microsoft Visual C++ 14.0 is required.”, but I already have all MS C++ build tools 需要 Microsoft Visual C++ 14.0 - 错误 - pip install fbprophet - Microsoft Visual C++ 14.0 is required - error - pip install fbprophet pip 安装mysqlclient:需要Microsoft Visual C++ 14.0 - pip install mysqlclient : Microsoft Visual C++ 14.0 is required 我无法在 Windows 上安装 pyaudio? 如何解决“错误:需要 Microsoft Visual C++ 14.0。”? - I can't install pyaudio on Windows? How to solve "error: Microsoft Visual C++ 14.0 is required."? Pip 错误:需要 Microsoft Visual C++ 14.0 - Pip error: Microsoft Visual C++ 14.0 is required pip install web3 - 错误:需要 Microsoft Visual C++ 14.0 或更高版本 - pip install web3 - ERROR: Microsoft Visual C++ 14.0 or greater is required pip install python-pkcs11 错误:需要 Microsoft Visual C++ 14.0 或更高版本 - pip install python-pkcs11 Error: Microsoft Visual C++ 14.0 or greater is required
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM