Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add pyinstaller hidden import #400

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

lucaseck
Copy link
Contributor

What was the problem/requirement? (What/Why)

Pyinstaller versions < 6.7.0 aren't detecting a required import when bundling everything together and using versions of setuptools > 70.

What was the solution? (How)

Folowing the instructions from the initial Pyinstaller bug report I've added the missing import as a hidden import
pyinstaller/pyinstaller#8554

What is the impact of this change?

Fixed installer build process

How was this change tested?

Built an installer myself and verified the changes

Was this change documented?

No

Is this a breaking change?

No

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lucaseck lucaseck requested a review from a team as a code owner July 10, 2024 19:02
@lucaseck lucaseck merged commit 8f21717 into aws-deadline:mainline Jul 11, 2024
15 checks passed
@lucaseck lucaseck deleted the installer branch July 11, 2024 15:16
github-actions bot pushed a commit to Ahuge/deadline-cloud that referenced this pull request Jul 12, 2024
rena-cheng pushed a commit to rena-cheng/deadline-cloud that referenced this pull request Jul 17, 2024
rena-cheng pushed a commit to rena-cheng/deadline-cloud that referenced this pull request Aug 26, 2024
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.

3 participants