Open fahadshery opened 2 months ago
I ran into the same problem and I managed to fixed this by installing these 2 packages on Ubuntu:
sudo apt install libjpeg-dev zlib1g-dev
(not sure if the second package is really needed)
The problem is actually a missing dependency to jpeg: RequiredDependencyException: jpeg
I ran into the same problem and I managed to fixed this by installing these 2 packages on Ubuntu:
sudo apt install libjpeg-dev zlib1g-dev
(not sure if the second package is really needed)The problem is actually a missing dependency to jpeg:
RequiredDependencyException: jpeg
docker image should build all the dependencies, I shouldn't be installing anything on the host VM. that's the whole point of containerisation?
Hi,
I tied both docker and non docker install using
venv
but error seems to the same. Here is the trace:this is what I did:
python3 -m venv .venv
source .venv/bin/activate
./webui.sh