简体   繁体   English

是否有适用于 Python 3.7.1 的 Microsoft Visual C++ 编译器?

[英]Is there a Microsoft Visual C++ Compiler for Python 3.7.1?

I know that there is a "Microsoft Visual C++ Compiler for Python 3.4" but is there, currently or planned, a Microsoft Visual C++ Compiler for Python 3.7?我知道有一个“适用于 Python 3.4 的 Microsoft Visual C++ 编译器”,但是目前或计划中是否有适用于 Python 3.7 的 Microsoft Visual C++ 编译器? My problem is that when I try to install mpi4py it fails to build a wheel.我的问题是,当我尝试安装 mpi4py 时,它无法构建轮子。

If you only need to install package mpi4py then you can download already built binary from Unofficial Windows Binaries for Python Extension Packages website and install it with pip.如果您只需要安装包mpi4py那么您可以从Unofficial Windows Binaries for Python Extension Packages网站下载已经构建的二进制文件,并使用 pip 安装它。 Take care which version you are download, it needs to be appropriate for your python, but you will get informative error even if you pick the wrong one.注意你下载的是哪个版本,它需要适合你的python,但即使你选择了错误的版本,你也会得到信息性错误。

Install package using:安装包使用:

python -m pip install path_to_whl/mpi4py‑3.0.2‑cp36‑cp36m‑win_amd64.whl

I would recommend using Intellij IDEA我建议使用Intellij IDEA

As for the no MS Visual C++ you can download the missing requirement here至于没有 MS Visual C++,你可以在这里下载缺少的要求

For mpi4py specifically have you tried:对于mpi4py您是否专门尝试过:

pip install git+https://bitbucket.org/mpi4py/mpi4py ( from here ) pip install git+https://bitbucket.org/mpi4py/mpi4py来自这里

I hope this helps.我希望这有帮助。

error: Microsoft Visual C++ 14.0 is required.错误:需要 Microsoft Visual C++ 14.0。 Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/使用“Microsoft Visual C++ 构建工具”获取它: https : //visualstudio.microsoft.com/downloads/

according to this message goto the website, scroll down and download -> Older versions -> Redistributables and Build Tools -> Microsoft Build Tools 2015根据此消息转到网站,向下滚动并下载 -> 旧版本 -> Redistributables and Build Tools -> Microsoft Build Tools 2015
install visualcppbuildtools_full.exe安装visualcppbuildtools_full.exe

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM