Search found 4 matches

by ESP_Jakub
Mon May 27, 2024 9:47 am
Forum: ESP-IDF
Topic: Setting PYTHONNOUSERSITE, was not set
Replies: 4
Views: 939

Re: Setting PYTHONNOUSERSITE, was not set

Hello Steven, When using ESP-IDF installed by IDF Installer, there is a bundled Python included, to not mess up your environment. This Python is used in the created environment every time when running the ESP-IDF shortcut. That is why the warning is there every time because the variable is set in th...
by ESP_Jakub
Mon May 20, 2024 8:14 am
Forum: ESP-IDF
Topic: Setting PYTHONNOUSERSITE, was not set
Replies: 4
Views: 939

Re: Setting PYTHONNOUSERSITE, was not set

Hello Steve, PYTHONNOUSERSITE is defined here: https://python.readthedocs.io/en/v2.7.2/using/cmdline.html#envvar-PYTHONNOUSERSITE From PEP 370 definition: user site directory A site directory inside the users’ home directory. A user site directory is specific to a Python version. The path contains t...
by ESP_Jakub
Fri Mar 08, 2024 9:03 am
Forum: ESP-IDF
Topic: Version 5.2.1 - installation freezes
Replies: 1
Views: 435

Re: Version 5.2.1 - installation freezes

Hello Jorgen, I have tested your issue on a machine with a clean Windows installation and it looks like there is some trouble with the Universal Windows installer, we will have to investigate a bit more. To install ESP-IDF v5.2.1 you can use the Offline installer from the installer download page: ht...
by ESP_Jakub
Tue Oct 10, 2023 12:06 pm
Forum: ESP-IDF
Topic: ESP-IDF Installation problem while creating Python virtual env
Replies: 4
Views: 1754

Re: ESP-IDF Installation problem while creating Python virtual env

Hello Bert, Can you please provide the content from the second screen ("Pre-installation system check") of installer? Also try to run following command: C:\Users\begi\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m ensurepip --upgrade --default-pip and send back the output. Thanks, Jakub