yfszzx / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
489 stars 235 forks source link

[Bug]: arrow::fs::FinalizeS3 was not called even though S3 was initialized. #100

Open Amazon90 opened 1 year ago

Amazon90 commented 1 year ago

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

AcidChristLab commented 1 year ago

reinstall pyarrow==11.0.0

missiah commented 1 year ago

reinstall pyarrow==11.0.0

how does that work on windows?

AcidChristLab commented 1 year ago

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