Command failed: "C:\Users\DELL.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe" -m pip install --user virtualenv ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. WARNING: You are using pip version 20.3.3; however, version 22.0.3 is available. You should consider upgrading via the 'C:\Users\DELL.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe -m pip install --upgrade pip' command.
You need to remove the --user:
python -m pip install virtualenv
--user
Install to the Python user install directory for your platform. Typically ~/.local/, or %APPDATA%\Python on Windows. (See the Python documentation for site.USER_BASE for fulldetails.)
If this command returns Can not perform a '--user' install. User site-packages are not visible in this virtualenv. then you are already in a Python virtual environment. You will need to deactivate this environment or contact your system administrator to install virtualenv for you in this environment.