作为python模块的一个依赖项,尝试安装模块瓶颈(提供快速numpy数组函数,但用c编写)。安装中止,并显示以下错误消息:
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
建议的解决方案将意味着从下载和安装“microsoft c++构建工具”https://visualstudio.microsoft.com/visual-cpp-build-tools/. 但是,这只会消耗大于6gb的硬盘空间,因为我不使用VisualStudio。
你们有没有其他的解决方案?
1条答案
按热度按时间8oomwypt1#
我发现了模块瓶颈(python扩展包的非官方windows二进制文件)的编译版本。安装as-wheel后,可以更新python模块。