Adam Hupp

Results 103 comments of Adam Hupp

What version of libmagic are you using? I'd try updating that first of all. On Fri, Feb 23, 2024, 6:32 PM xXxNIKIxXx ***@***.***> wrote: > I have the problem, that...

python-magic is an interface to the system's libmagic library, so you (currently) would need to update that. If you are using python-magic-bin, that packages an extremely old copy of the...

I assume you are the person who mailed me about this? I suspect what is happening is that the python version you're using is linked against an older libc than...

Merging into https://github.com/ahupp/python-magic/issues/293

Merging into https://github.com/ahupp/python-magic/issues/293

I've merged this as 339eac0450f2fc87b48a9c62b21a874a9464bb05, adapted for some other changes in this file.

Merging into https://github.com/ahupp/python-magic/issues/293

Merging into https://github.com/ahupp/python-magic/issues/293

@KaczuH yeah swallowing was a bad call. I don't think there's anything else to do with this issue since it's a local install problem and once in python I'm not...