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

The latest code,3288 packing, always ‘No space left on device’ #31

Closed smallverse closed 5 years ago

smallverse commented 5 years ago
OSError: [Errno 28] No space left on device
cp: cannot stat '../src/embedding/judgeutil.so_termux_arch-linux_arm': No such file or directory
cp: cannot stat 'dist/classifier/*': No such file or directory
mkdir: cannot create directory '.termux/boot/': No space left on device
mkdir: cannot create directory '.minio': No space left on device
cp: cannot create regular file '.minio/': Not a directory
cp: cannot create regular file '.termux/boot/': Not a directory
chmod: cannot access '.termux/boot/termux_boot_sharpai_arm.sh': No such file or directory
creating sharpai-app.tgz ...
tar: .minio: No such file or directory
gzip: write error: No space left on device
tar: write error: Broken pipe
-rw------- 1 u0_a69 u0_a69 0 Mar 22 15:18 sharpai-app.tgz
$ 
$ 
solderzzc commented 5 years ago

how about df or df -h, it always caused by no space left on device...

solderzzc commented 5 years ago

close due to no activity.