Results 6 comments of PwnyTail

@panosl can look that this PR is possible solve your problem like in #311, too?

`dlopen` don't need an explicit path if `LD_LIBRARY_PATH` is right set. There is another solution possible with less complex code ``` import os as _os _os.environ['LD_LIBRARY_PATH'] = ":".join([_os.path.join(_path,'_soundfile_data'),"/opt/homebrew/lib","/usr/local/lib",os.environ['LD_LIBRARY_PATH']]) ``` set...

Sry, I am not familiar with Resolving confilicts by webui. I thinks, it's ready now.

https://github.com/bastibe/python-soundfile/pull/322#discussion_r778072645 Path specification is OS and programm specification not Machinearchitecture like arm64 or amd64. That's why I remove the machinearchitecture test. Happy Eastern :egg: .