- I am getting started with esp32. And it is important to set up my system before diving into esp32 project. So I am referring to the espressif documentation ([url]"https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html"[/url]). I am following the steps one by one given in this documentation. But I am getting an error while setting up the environment variables.
- [img][attachment=0]Screenshot from 2022-07-10 22-33-38.png[/attachment][/img]
- I had python 3.6 installed in my system but I had upgraded to python 3.10 by following the steps mentioned in this link[url]https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux[/url]
- I think this issue is related to pip version.
- I can not proceed further. Please help me how to resolve this issue.
Getting error while setting up the environment variables in my Ubuntu 18.04 LTS system
-
- Posts: 1
- Joined: Sat Jun 11, 2022 10:33 pm
Getting error while setting up the environment variables in my Ubuntu 18.04 LTS system
- Attachments
-
- Screenshot from 2022-07-10 22-33-38.png (77.73 KiB) Viewed 1257 times
- ESP_Roland
- Posts: 265
- Joined: Tue Oct 09, 2018 10:28 am
Re: Getting error while setting up the environment variables in my Ubuntu 18.04 LTS system
Hi.
As you can see at the https://cloudbytes.dev/snippets/upgrade ... untu-linux there are many possible related issues about missing dependencies. Please examine what "python3.10-*" packages are provided by the added mirror. Isn't there something like "python3.10-setuptools"? If not then it could be possible to fix this issue by running "python3.10 -m pip install setuptools". You might need the to use "--user" argument before "setuptools".
As you can see at the https://cloudbytes.dev/snippets/upgrade ... untu-linux there are many possible related issues about missing dependencies. Please examine what "python3.10-*" packages are provided by the added mirror. Isn't there something like "python3.10-setuptools"? If not then it could be possible to fix this issue by running "python3.10 -m pip install setuptools". You might need the to use "--user" argument before "setuptools".
Who is online
Users browsing this forum: Bing [Bot] and 90 guests