stable-diffusion-webui-images-browser
stable-diffusion-webui-images-browser copied to clipboard
[Bug]: arrow::fs::FinalizeS3 was not called even though S3 was initialized.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11827 Extensions tab Click "Apply and restart webUI" C:\arrow\cpp\src\arrow\filesystem\s3fs.cc:2598: arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit
reinstall pyarrow==11.0.0
reinstall pyarrow==11.0.0
how does that work on windows?
reinstall pyarrow==11.0.0
how does that work on windows?
Open the SD path in Terminal/PowerShell (example: C:/SDWebUi).
1:
venv/Scripts/activate
2:
pip install --upgrade --force-reinstall pyarrow==11.0.0