Getting error while setting up the environment variables in my Ubuntu 18.04 LTS system

roysiddhartha
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

Postby roysiddhartha » Sun Jul 10, 2022 5:08 pm

  1. 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.
  2. [img][attachment=0]Screenshot from 2022-07-10 22-33-38.png[/attachment][/img]
  3. 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]
  4. I think this issue is related to pip version.
  5. I can not proceed further. Please help me how to resolve this issue.
Attachments
Screenshot from 2022-07-10 22-33-38.png
Screenshot from 2022-07-10 22-33-38.png (77.73 KiB) Viewed 1257 times

User avatar
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

Postby ESP_Roland » Mon Jul 11, 2022 8:03 am

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".

Who is online

Users browsing this forum: Bing [Bot] and 90 guests