python入门:cl.exe‘ failed with exit status 2错误通用解决方案
文章目录
-
- 错误一
- 错误二
- pypi.org独立安装
- 正确安装
错误一
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/
这个错误在windows系统上安装python工具包时很常见,相信大家应该都见过,只需要按照错误提示的链接下载工具即可:
上述错误应该都很好解决,只需要按照链接下载工具,然后傻瓜式安装即可,这不是这篇文章的重点,这篇文章