This shows you the differences between two versions of the page.
si:laboratoare:04 [2024/10/29 08:31] radu_ioan.pascale [Exerciții] |
si:laboratoare:04 [2024/10/29 19:54] (current) radu_ioan.pascale [Exerciții] Add python virtualenv note |
||
---|---|---|---|
Line 77: | Line 77: | ||
<note important> | <note important> | ||
Cititi cu atentie instructiunile legate de procesul de //flashuire// al ceasului. | Cititi cu atentie instructiunile legate de procesul de //flashuire// al ceasului. | ||
+ | </note> | ||
+ | <note important> | ||
+ | In cazul in care aveti erori legate de versiunea de ''esptool'' pe masina virtuala, incercati sa creati un environment nou de python: | ||
+ | <code python> | ||
+ | python3 -mvenv .venv | ||
+ | source .venv/bin/activate | ||
+ | pip install esptool | ||
+ | </code> | ||
</note> | </note> | ||