Which library is the hook for?
pyogrio
Have you gotten the library to work with pyinstaller?
Yes, but it needs several hidden imports.
Additional context
If I do this it works :
from PyInstaller.utils.hooks import collect_submodules
hiddenimports = collect_submodules('pyogrio')
Which library is the hook for?
pyogrioHave you gotten the library to work with pyinstaller?
Yes, but it needs several hidden imports.
Additional context
If I do this it works :