0

我正在尝试使用“pip install -r requirements.txt”为 msys32 中的 ESP-IDF 安装 requirements.txt,但出现此错误。

$ pip install -r requirements.txt
failed to create process (C:\msys32\mingw32\bin\python2.exe "D:\dozee\dozee_compiler\msys32\mingw32\bin\pip-script.py" "install" "-r" "requirements.txt").
4

1 回答 1

0

我之前似乎在使用 ESP8266 RTOS SDK 时遇到过这个问题。我通过将“python2.exe”或您正在使用的任何 python 添加到 PATH 变量来解决它。

于 2021-05-27T01:48:45.660 回答