Error updating ESP-IDF extension (from VSCode)
Posted: Tue Oct 18, 2022 6:19 pm
from VSCode
View->Palette->ESP-IDF: Configure ESP-IDF extension
In my context is not identical, but this is the idea:
https://github.com/espressif/vscode-esp ... install.md
In the VSCode output tab I got le following errors:
"
WARNING: You are using pip version 21.3.1; however, version 22.3 is available.
You should consider upgrading via the 'C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe -m pip install --upgrade pip' command.
Command failed: "C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe" -m pip install --upgrade --constraint c:\Users\sergi\.vscode\extensions\espressif.esp-idf-extension-1.5.0\espidf.constraints.txt --no-warn-script-location -r "c:\Users\sergi\.vscode\extensions\espressif.esp-idf-extension-1.5.0\esp_debug_adapter\requirements.txt"
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\\esp\\tools-44\\.espressif\\python_env\\idf4.4_py3.8_env\\Lib\\site-packages\\~ywin32_system32\\pythoncom38.dll'
Check the permissions.
"
from PowerShell
C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe -m pip install --upgrade pip
I got
Successfully installed pip-22.3
But the I checked pythoncom38.dll "Properties->Security" and every user could read&execute
Should this ERROR be solved?
In that case, how-to?
Thank you.
View->Palette->ESP-IDF: Configure ESP-IDF extension
In my context is not identical, but this is the idea:
https://github.com/espressif/vscode-esp ... install.md
In the VSCode output tab I got le following errors:
"
WARNING: You are using pip version 21.3.1; however, version 22.3 is available.
You should consider upgrading via the 'C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe -m pip install --upgrade pip' command.
Command failed: "C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe" -m pip install --upgrade --constraint c:\Users\sergi\.vscode\extensions\espressif.esp-idf-extension-1.5.0\espidf.constraints.txt --no-warn-script-location -r "c:\Users\sergi\.vscode\extensions\espressif.esp-idf-extension-1.5.0\esp_debug_adapter\requirements.txt"
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\\esp\\tools-44\\.espressif\\python_env\\idf4.4_py3.8_env\\Lib\\site-packages\\~ywin32_system32\\pythoncom38.dll'
Check the permissions.
"
from PowerShell
C:\esp\tools-44\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe -m pip install --upgrade pip
I got
Successfully installed pip-22.3
But the I checked pythoncom38.dll "Properties->Security" and every user could read&execute
Should this ERROR be solved?
In that case, how-to?
Thank you.