简体   繁体   English

错误:安装 pandas-profiling 时需要 Microsoft Visual C++ 14.0 或更高版本

[英]error: Microsoft Visual C++ 14.0 or greater is required during installation of pandas-profiling

As a dependency of the Python module pandas-profiling, an attempt is made to install the module Bottleneck (offers Fast NumPy array functions - but is written in C).作为 Python 模块 pandas-profiling 的依赖项,尝试安装模块 Bottleneck(提供 Fast NumPy 数组函数 - 但用 C 编写)。 The installation aborts with this error message:安装中止并显示以下错误消息:

   error: Microsoft Visual C ++ 14.0 or greater is required. Get it with "Microsoft C ++ Build Tools": https: // visualstudio
.microsoft.com / visual-cpp-build-tools /
   ----------------------------------------
   ERROR: Failed building wheel for bottleneck
Failed to build bottleneck

The proposed solution would mean downloading and installing the "Microsoft C ++ Build Tools" from https://visualstudio.microsoft.com/visual-cpp-build-tools/ .建议的解决方案意味着从https://visualstudio.microsoft.com/visual-cpp-build-tools/下载并安装“Microsoft C++ Build Tools”。 However, that would only consume> 6GB hard drive space because I don't use Visual Studio.但是,这只会消耗> 6GB 的硬盘空间,因为我不使用 Visual Studio。

Do any of you have an idea for a different solution?你们中有人对不同的解决方案有什么想法吗?

我找到了模块 Bottleneck ( Unofficial Windows Binaries for Python Extension Packages )的编译版本。在作为轮子安装后,可以更新 Python 模块 pandas-profiling。

暂无
暂无

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

相关问题 需要 Python 3.9 Microsoft Visual C++ 14.0 或更高版本 - Python 3.9 Microsoft Visual C++ 14.0 or greater is required pycocotools - “需要 Microsoft Visual C++ 14.0 或更高版本”虽然已安装 - pycocotools - "Microsoft Visual C++ 14.0 or greater is required" although installed psycopg2:需要 Microsoft Visual C++ 14.0 或更高版本 - psycopg2: Microsoft Visual C++ 14.0 or greater is required pip install web3 - 错误:需要 Microsoft Visual C++ 14.0 或更高版本 - pip install web3 - ERROR: Microsoft Visual C++ 14.0 or greater is required 安装Python包时出现“error: Microsoft Visual C++ 14.0 or greater is required”如何解决? - How to solve "error: Microsoft Visual C++ 14.0 or greater is required" when installing Python packages? pip 安装 web3 | 错误:需要 Microsoft Visual C++ 14.0 或更高版本 - pip install web3 | error: Microsoft Visual C++ 14.0 or greater is required Cython:构建扩展时出错:需要 Microsoft Visual C++ 14.0 或更高版本 - Cython: error while building extension: Microsoft Visual C++ 14.0 or greater is required Scrapy 安装(需要 Microsoft Visual C++ 14.0) - Scrapy Installation (Microsoft Visual C++ 14.0 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 安装 pyaudio 时出错:需要 Microsoft Visual C++ 14.0 - Error Installing pyaudio: Microsoft Visual C++ 14.0 is required
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM