installing on a fresh ubuntu 24.04 on Rokchip RK3588 --SOLVED
Closed this issue · 1 comments
kaosbeat commented
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.
kaosbeat commented
Solved