在 windows 安装 Python 包 时提示:
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/
根据提示,打开链接 https://visualstudio.microsoft.com/visual-cpp-build-tools/,下载 c++ 生成工具:
下载后的文件:
勾选 “使用C++的桌面开发”,点击安装:
正在安装界面:
在开始菜单中搜索 develop
打开后输入 cl 命令来测试是否正确安装了 C++ 编译器,应该会看到带有版本和基本用法说明的版权消息。
成功。可以正常安装 python 包了。