pip module they disappear after reboot

64 views Asked by At

I don't understand why (home assistant on raspberry pi 4), after installing modules with pip, when the server is restarted they disappear..

before reboot install before reboot

after reboot

after reboot

1

There are 1 answers

1
Abhay Kagdiyal On

Make sure to install the packages using

python3 -m pip install <package_name>

You can also try using pip3 if the former doesn't work.