custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
873 stars 46 forks source link

no obvious way of uninstalling packages #636

Closed Duck-Joke closed 1 week ago

Duck-Joke commented 2 weeks ago

is there a supported way of uninstalling packages installed through the "requirements" file? I mistakenly installed the adb-shell package, and now attempting to install adb-shell[usb] is giving me the "adb-shell[usb] wasn't able to be installed" error, presumably because of a conflict. I have encountered similar issues before with other libraries as well.

Did I miss a crucial part of the pyscript documentation? Or is there a way to access pip in console? (I am on raspberryPI 4 with Home Assistant OS)

ALERTua commented 2 weeks ago
Duck-Joke commented 1 week ago

worked, thank you 🙏