针对你遇到的错误“error: esp-idf python virtual environment not found. please run the install”,这里有几个步骤可以帮助你解决这个问题: 检查esp-idf及其Python虚拟环境的安装状态: 首先,你需要确认是否已经安装了esp-idf以及其对应的Python虚拟环境。你可以通过查看系统文件或运行特定的命令来检查这一点。例如...
ERROR: ESP-IDF Python virtual environment "/Users/xxx/.espressif/python_env/idf5.5_py3.13_env/bin/python" not found. Please run the install script to set it up before proceeding. 这表明 ESP-IDF 的 Python 虚拟环境没有创建好。你可以通过以下命令重新安装依赖: 代码语言:bash AI代码解释 $HOME/e...
1、首先把 C:\Espressif\python_env 文件夹改个名字,例如 python_env.bak。 2、然后重新执行 esp-idf 目录下的.\install.ps1,这时候会重新安装新环境,例如C:\Espressif\python_env\idf5.3_py3.12_env。 再次运行 ESP-IDF PowerShell,可能出现新的错误: Setting PYTHONNOUSERSITE, was not setGet-Item: 找不...
2023-10-09 17:10:49.625 ESP-IDF Python Virtual environment does not exist, creating the environment: C:\Users\begi\Espressif\tools\idf-python\3.11.2\python.exe -m venv "C:\Users\begi\Espressif\python_env\idf5.1_py3.11_env" 2023-10-09 17:10:50.330 Done, exit code=1 2023-10-09 17:...
The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the python3-venv...
Also, can someone explain what is the point of creating a virtual python environment? I do not really understand what does that mean. Can the extension not use the normal Python that I have installed on my pc without using virtual environment? Things I have done: Reinstall esp-idf extension...
Installing Python environment and packages Creating a new Python environmentin/home/fairy/.espressif/python_env/idf5.1_py3.7_env The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need toinstallthe python3-venv package using the foll...
OS Windows Operating System version Windows 10 + wsl2 + docker Visual Studio Code version No response ESP-IDF version 1.9.1 Python version 3.10.12 Doctor command output none Extension No response Description It is fixed but It dosn't wor...
Python 3.8.10 "python3" has been detected Checking Python compatibility Checking other ESP-IDF version. WARNING: No IDF variables to remove from environment found. Deactivation of previous esp-idf version was not successful. Adding ESP-IDF tools to PATH... ...
5. source esp-idf environment Code:Select all Detecting the Python interpreter Checking"python3"... Python3.11.7"python3"has been detected Checking Python compatibility Checking other ESP-IDF version.Notusingan unsupported versionoftool ninja foundinPATH:1.10.1.Touse it, run'/home/user/.pyenv/ve...