fisadev / virtualbackground

Fake webcam that replaces your background with a custom image
MIT License
76 stars 8 forks source link

Running in 5.6.8-1-MANJARO x86_64 #1

Open vdg0 opened 4 years ago

vdg0 commented 4 years ago

Log from this thread: https://twitter.com/fisadev/status/1259284815502868480

Pip freeze with virtualenv context: https://t.co/372PBpj5rc?amp=1

Running python 3.8 (pip 20.1).

fisadev commented 4 years ago

It was tricky but I got it working in both py3.8 and py3.7 with some changes in the dependencies. You can try them now :)

vdg0 commented 4 years ago

Fresh install. Pip updated.

Totally weird, i have 7.3GB available and swap. I have too much space on disk.

image

Maybe needs more ram to do just all in once?

ernemir commented 4 years ago

You need to set TMPDIR. $ export TMPDIR='/var/tmp'

fisadev commented 4 years ago

@vdg0 Are you sure you have enough space in the unit where the packages are being decompressed? It might not be your home dir, but where your /tmp lives. Bear in mind that tensorflow is huge, and at some point it coexists both in the downloaded tar file, and the decompressed folder.