Replies: 1 comment
-
Do you have any news on this question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running HA OS on Raspberry Pi.
I installed a package pyhton-switchbot via pip inside the docker container because I needed it for my scripts. However, this overwrote the 'switchbot' package that's already installed for the official Switchbot integration. As a result, I could not install the integration anymore because the switchbot package now has different APIs.
What is the correct way to install third party packages for the use with pyscript? Do virtualenv work?
Beta Was this translation helpful? Give feedback.
All reactions