SharpAI / DeepCamera

Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more
https://sharpai.github.io/DeepCamera/
MIT License
1.82k stars 311 forks source link

Exec format error on raspberry pi #61

Closed therealmichaelberna closed 3 years ago

therealmichaelberna commented 3 years ago

Describe the bug when I run the start command, I get an exec format error. Here's the terminal output

sudo ./start-cloud.sh start starting... Stopping api_server ... done Stopping minio ... done Stopping broker ... done Starting api_server ... done Starting minio ... done Starting broker ... done Attaching to api_server, minio, broker api_server | standard_init_linux.go:211: exec user process caused "exec format error" broker | standard_init_linux.go:211: exec user process caused "exec format error" minio | standard_init_linux.go:211: exec user process caused "exec format error" api_server exited with code 1 broker exited with code 1 api_server | standard_init_linux.go:211: exec user process caused "exec format error"

To Reproduce Steps to reproduce the behavior: Run the start script on a vanilla raspbian buster on raspberry pi 4 B with only docker and docker compose installed

Expected behavior This is the first time running this, but I'm guessing I probably shouldn't see this error.

Desktop (please complete the following information):

solderzzc commented 3 years ago

Hi, @mykiscool Thanks for sharing the detail of your reporting. you need to run start-cloud.sh on your X86 server or AWS to deploy your own private cloud. currently the private cloud server doesn't support arm architecture...

Screen Shot 2020-10-11 at 11 36 44 AM