Thank you! i have been trouble shotting on how to install libary with out the error, and tried this way it works! cant belive i dont even think about it
I executed first your command "pip3 install guizero --break-system-packages" then "pip3 install imutils --break-system-packages" and that was a solution, Thanks!!!
Thanks for this comment As I explained in my video, you can use the apt or virtual environment. I also specify a last solution (--break-system-packages) but I specify to be careful when you use it :)
Finally!!!!! You solved the problem I've been facing all day😭
Thank you!!
Glad I could help!
Thank you! i have been trouble shotting on how to install libary with out the error, and tried this way it works! cant belive i dont even think about it
It is useful with esptool for thonny ?
I have a lot of troubles and maybe need that module to upload the firmware.
Yes, if you want to install a library, you can use it, or create a virtual environment :)
@engineering_life9550 thanks. ☺️
I am still having the same issue, but I am trying to install imutils package.
I executed first your command "pip3 install guizero --break-system-packages" then "pip3 install imutils --break-system-packages" and that was a solution, Thanks!!!
thank you for infinite number of times
This is not a recommended solution.
Consider creating an environment for your python scripts (just as the error message says)
Thanks for this comment
As I explained in my video, you can use the apt or virtual environment. I also specify a last solution (--break-system-packages) but I specify to be careful when you use it :)
when you use environment its not being installed globally so thats an issue
thank you so much for your help it works for me.