我正在使用 git 在 Windows 10 上克隆https://github.com/rkern/line_profiler.git。出现此错误时出错,但我已安装(见下图):
错误:需要 Microsoft Visual C++ 14.0。使用“Microsoft Visual C++ 构建工具”获取它:https ://visualstudio.microsoft.com/downloads/
这是我正在使用的命令:
git clone https://github.com/rkern/line_profiler.git
find line_profiler -name '*.pyx' -exec cython {} \;
cd line_profiler
pip install . --user