Skip to content

Conversation

@RDCH106
Copy link

@RDCH106 RDCH106 commented Mar 8, 2021

@RDCH106
Copy link
Author

RDCH106 commented Mar 8, 2021

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

Copy link
Member

@bwoodsend bwoodsend left a comment

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
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
Copy link
Author

RDCH106 commented Aug 3, 2021

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
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
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