carTloyal123 / cryze

Cryze is a Wyze Gwell Camera Bridge that allows you to stream your Gwell based Wyze cams to locations of your choosing.
GNU General Public License v3.0
31 stars 2 forks source link

Trying to run Cryze in docker on a Raspberry Pi (?) #10

Closed shadow2354 closed 2 months ago

shadow2354 commented 2 months ago

I'm not sure if there's just not a docker image built for Debian, or if I'm doing something wrong. I'm very new to all of this.

Got this error when trying to install via docker:

[+] Running 1/1
 ! cryze-server-service Warning pull acce...                              11.5s 
[+] Building 0.0s (0/0)                                          docker:default
unable to prepare context: path "/home/colinadams/cryze/docker/server" not found

Got this error when trying to use PIP:

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.

    For more information visit http://rptl.io/venv

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

Any help you can offer is appreciated!

carTloyal123 commented 2 months ago

Hey there, glad you are interested! Please see this repo which is a working update on top of Cryze:

Cryze V2

Check the readme for setup and feel free to open a new issue over there if you run into trouble. Thanks!