stable-diffusion-webui-images-browser icon indicating copy to clipboard operation
stable-diffusion-webui-images-browser copied to clipboard

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

Open Amazon90 opened this issue 1 year ago • 3 comments

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

Amazon90 avatar Jul 17 '23 09:07 Amazon90

reinstall pyarrow==11.0.0

AcidChristLab avatar Jul 22 '23 23:07 AcidChristLab

reinstall pyarrow==11.0.0

how does that work on windows?

missiah avatar Jul 23 '23 07:07 missiah

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

AcidChristLab avatar Jul 23 '23 11:07 AcidChristLab