【发布时间】:2020-05-13 12:49:12
【问题描述】:
我正在使用 git 在 Windows 10 上克隆 https://github.com/rkern/line_profiler.git。它出现此错误但我已安装此错误(见下图):
错误:需要 Microsoft Visual C++ 14.0。使用“Microsoft Visual C++ Build Tools”获取它: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
【问题讨论】:
标签: windows git visual-c++ line-profiler