Search found 1 match

by forumache
Sat Dec 19, 2020 11:22 pm
Forum: IDEs for ESP-IDF
Topic: No module named pip, python idf environment.
Replies: 2
Views: 4610

Re: No module named pip, python idf environment.

Viktor,

I don't have ESP-IDF installed on Windows, but you might try using pip directly (since you say you have a pip.exe):

pip install pywin32

Good luck!