Skip to content

Add hook-aumbry.py#96

Open
RDCH106 wants to merge 2 commits into
pyinstaller:masterfrom
RDCH106:develop
Open

Add hook-aumbry.py#96
RDCH106 wants to merge 2 commits into
pyinstaller:masterfrom
RDCH106:develop

Conversation

@RDCH106

@RDCH106 RDCH106 commented Mar 8, 2021

Copy link
Copy Markdown

@RDCH106

RDCH106 commented Mar 8, 2021

Copy link
Copy Markdown
Author

The thrown error by Travis CI in Python 3.9 configuration probably is not related to the PR:

https://travis-ci.org/github/pyinstaller/pyinstaller-hooks-contrib/builds/761933083

Same problem in GitHub Actions:

https://github.com/pyinstaller/pyinstaller-hooks-contrib/actions/runs/632186914

@bwoodsend bwoodsend left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a news entry.

@bwoodsend

Copy link
Copy Markdown
Member

And yes, ignore CI. It's not testing your code.

@Legorooj Legorooj force-pushed the master branch 10 times, most recently from 8003b05 to df3371d Compare June 26, 2021 05:59
@RDCH106

RDCH106 commented Aug 3, 2021

Copy link
Copy Markdown
Author

This needs a news entry.

✅ Done!

@RDCH106 RDCH106 marked this pull request as ready for review August 3, 2021 07:40
@RDCH106 RDCH106 requested review from a team and bwoodsend and removed request for a team August 3, 2021 07:40

from PyInstaller.utils.hooks import collect_all

datas, binaries, hiddenimports = collect_all('aumbry')

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

collect_all() is incredibly inefficient. Does it really need all of data files, binaries, hidden imports, metadata and dependencies? I see no data files or binaries in the aumbry package. The only thing I see in there is use of importlib which will require collect_submodules('aumbry').

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

I am not sure right now, I will check it again!
Thank you for your advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants