按照<基于docker+wsl+vscode的ESP32-C3开发环境搭建>这个教程,按照教程操作总是提示/bin/sh: 1: pip: not found
我单独进入容器,发现是image有pip的。
以下是请问如何处理,谢谢
....
#5 2.164 /opt/esp/python_env/idf5.0_py3.8_env/bin
#5 2.164 /opt/esp/idf/tools
#5 2.540
#5 2.540 Detected installed tools that are not currently used by active ESP-IDF version.
#5 2.540 For removing cmake use command 'python /opt/esp/idf/tools/idf_tools.py uninstall'
#5 2.540 To free up even more space, remove installation packages of those tools. Use option 'python3 /opt/esp/idf/tools/idf_tools.py uninstall --remove-archives'.
#5 2.540
#5 2.540 Done! You can now compile ESP-IDF projects.
#5 2.540 Go to the project directory and run:
#5 2.540
#5 2.540 idf.py build
#5 2.540
#5 2.859 /bin/sh: 1: pip: not found
executor failed running [/bin/sh -c ./opt/esp/entrypoint.sh && pip install --no-cache-dir idf-component-manager]: exit code: 127