I have downgraded python to 3.8 and made it default system wide, and virtualenv is installed with pip.
$ python3 --version
Python 3.8.2
$ python --version
Python 3.8.2
$ python3 -m pip list
Package Version
------------ -------
distlib 0.3.9
filelock 3.16.1
pip 24.3.1
platformdirs 4.3.6
setuptools ...
Search found 3 matches
- Tue Nov 12, 2024 7:44 pm
- Forum: ESP-IDF
- Topic: Upgrading ESP-IDF from v4.4.7 to v5.0
- Replies: 6
- Views: 2379
- Mon Nov 11, 2024 1:34 pm
- Forum: ESP-IDF
- Topic: Upgrading ESP-IDF from v4.4.7 to v5.0
- Replies: 6
- Views: 2379
Re: Upgrading ESP-IDF from v4.4.7 to v5.0
$ python3 --version
Python 3.10.12
$ apt list --installed|grep venv
python3-venv/jammy-updates,now 3.10.6-1~22.04.1 amd64 [installed]
python3.10-venv/jammy-updates,jammy-security,now 3.10.12-1~22.04.6 amd64 [installed,automatic]
That specific version is not found, so though never on should do ...
Python 3.10.12
$ apt list --installed|grep venv
python3-venv/jammy-updates,now 3.10.6-1~22.04.1 amd64 [installed]
python3.10-venv/jammy-updates,jammy-security,now 3.10.12-1~22.04.6 amd64 [installed,automatic]
That specific version is not found, so though never on should do ...
- Mon Nov 11, 2024 9:43 am
- Forum: ESP-IDF
- Topic: Upgrading ESP-IDF from v4.4.7 to v5.0
- Replies: 6
- Views: 2379
Upgrading ESP-IDF from v4.4.7 to v5.0
Hi!
I am using Ubuntu 22.04.5 LTS (Jammy Jellyfish) and python3-venv is installed, however I get following error:
Extracting /opt/esp/dist/cmake-3.24.0-linux-x86_64.tar.gz to /opt/esp/tools/cmake/3.24.0
The virtual environment was not created successfully because ensurepip is not
available. On ...
I am using Ubuntu 22.04.5 LTS (Jammy Jellyfish) and python3-venv is installed, however I get following error:
Extracting /opt/esp/dist/cmake-3.24.0-linux-x86_64.tar.gz to /opt/esp/tools/cmake/3.24.0
The virtual environment was not created successfully because ensurepip is not
available. On ...