Search found 1 match

by fzl___
Fri Aug 21, 2026 1:44 pm
Forum: ESP-IDF
Topic: How to use already existing python venv when running install script in esp idf?
Replies: 0
Views: 13

How to use already existing python venv when running install script in esp idf?

Hi, I'm running the install script in esp idf. The script failes when installing python packages in idf created venv because it uses the system-wide msys2 python, which idf doesn't support.

I've installed a Windows CPython in uv. It requires its own venv to be activated. Is it possible to use the ...

Go to advanced search