Closed kaosbeat closed 2 months ago
I'm installing on a fresh install of ubuntu-rockchip for OrangePi 5 Plus.
I had to make the following adaptations tot the install environment.
ubuntu: sudo apt install gcc zlib1g-dev libjpeg-dev python-dev-is-python3 webp libwebp-dev
sudo apt install gcc zlib1g-dev libjpeg-dev python-dev-is-python3 webp libwebp-dev
in the requirements.txt mediapipe==0.10.9 >>> mediapipe==0.10.13 gradio==4.35.0 >> gradio==4.43.0 Pillow==9.4.0 >>> Pillow==10.4.0
Then install. Without Gui because the QT5 building fails ./install.sh --disable-gui
./install.sh --disable-gui
and running the webserver I can generate images.
Solved
I'm installing on a fresh install of ubuntu-rockchip for OrangePi 5 Plus.
I had to make the following adaptations tot the install environment.
ubuntu:
sudo apt install gcc zlib1g-dev libjpeg-dev python-dev-is-python3 webp libwebp-dev
in the requirements.txt mediapipe==0.10.9 >>> mediapipe==0.10.13
gradio==4.35.0 >> gradio==4.43.0 Pillow==9.4.0 >>> Pillow==10.4.0
Then install. Without Gui because the QT5 building fails
./install.sh --disable-gui
and running the webserver I can generate images.