解决Python报错subprocess.CalledProcessError: where cl返回非零退出码
兄弟,看到subprocess.CalledProcessError: Command ‘[‘where‘, ‘cl‘]‘ returned non-zero exit status 1.这个报错,说明你的 Python 脚本正在 Windows 上尝试查找 C/C 编译器cl.exe,结果扑了个空。我在 Windows 上做自动化构建时&#…
2026/9/24 21:13:59