Matthias Hirsch
Matthias Hirsch
I am having the same issue! Any updates here? The [detectron2 install page](https://detectron2.readthedocs.io/en/latest/tutorials/install.html) recommends Ninja, but says it's not required. Is ninja required for AdelaiDet?
I have almost the same issue. What I did for installation: ```bash #!/bin/bash -x set -e CUDA_VERSION=11.8 export CUDA_HOME=/usr/local/cuda-$CUDA_VERSION export PATH=$CUDA_HOME/bin:$PATH export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH uv venv --python 3.8 source .venv/bin/activate uv...
Try to downgrade Pillow to version 9.5.0