Kevin M
Kevin M
Do you happen to be using this on WINDOWS? I have the same problem and I tried to fix it on [my fork](https://github.com/sylikc/pyexiftool) to no avail https://github.com/sylikc/pyexiftool/commit/5a87388a50e7a8f0dbbaef7e46db5fe9c7c8f941 . This is...
Anyhow it's not fixed. You'd want to manually call et.terminate instead of having it work at __del__() . I tried a couple ways, and on Windows it's a bug with...
I don't think we can pipe data to exiftool because we're already using it for commands https://exiftool.org/forum/index.php?topic=3098.0
something is weird about your usage of Exiftool... the constructor is supposed to point to the executable, yet you have it pointed to the distribution? I don't think it's the...
@BluelyTASer I can look into this... I would be able to fix it in my fork (https://github.com/sylikc/pyexiftool). How do I get all of this environment running together? So, I would...
I'll work on some of this documentation when re-working the class https://github.com/sylikc/pyexiftool/discussions/10
So for those who had this fixed just by using one revision or another... it's because windows does not support the select() the way linux variants do. Reference my fork...
I guess this was the way it was set before, but if it doesn't make sense, I could change it. I don't usually see this behavior though, are you zooming...
Is it on a particular image or all images? Or a certain image type? First thing I'd try is disabling AVX. There's another issue open about possibly some AVX problem...
Might possibly be related to issue #10