-
@bjia56 This is really an issue with arlo plugin. If there's a better place to log issues with the plugin, please let me know. I'm running scrypted on a new install of Raspberry Pi 4 running Raspberry Pi OS. Here's error:
Here's full console log:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This error is caused by the plugin installation process attempting to upgrade some system package, which fails (as expected) since scrypted is not running as root. This installation is currently controlled by scrypted server, so there's not much that I can do from the plugin side other than make changes to the code to not use the problematic dependencies. I can look into removing the dependencies, but no guarantees that it can be done without significant effort since one of them (requests) is used frequently. I highly recommend moving to a docker install when running scrypted on Linux, since that avoids any dependency issues with what's on the host. This error should go away when running on docker. As an unrelated observation, your raspberry pi is running in mixed 32/64bit mode. Please see the linked github issue in the console output and set your kernel correctly, or install full 64 bit raspbian. |
Beta Was this translation helpful? Give feedback.
-
I can work toward doing a docker installation. For now, can I install packages globally via sudo? |
Beta Was this translation helpful? Give feedback.
-
You can try |
Beta Was this translation helpful? Give feedback.
You can try
sudo pip install requests==2.28.2 beautifulsoup4==4.12.2