pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

hooks: gcloud: suppress errors #731

Closed rokm closed 7 months ago

rokm commented 7 months ago

Supress errors raised by copy_metadata; these may occur when the hook is triggered by the gcloud namespace package from gcloud-aio-* and gcloud-rest-* dists instead of the gcloud package from the gcloud dist.

Closes #730.