Skip to content

Fix PyInstaller build: install project deps and add hidden imports#19

Merged
vitaly-ps merged 1 commit intomainfrom
fix/pyinstaller-missing-deps
Feb 17, 2026
Merged

Fix PyInstaller build: install project deps and add hidden imports#19
vitaly-ps merged 1 commit intomainfrom
fix/pyinstaller-missing-deps

Conversation

@vitaly-ps
Copy link
Contributor

@vitaly-ps vitaly-ps commented Feb 17, 2026

User description

The release workflow installed only PyInstaller but not the project's own dependencies (json5, PyYAML), causing ImportError at runtime on the built executable.

Changes:


Generated description

Below is a concise technical summary of the changes proposed in this PR:
Updates the release workflow to install project dependencies and includes missing internal modules as hidden imports for the PyInstaller build. Ensures the generated executable has all necessary components to run without ImportError.

Latest Contributors(1)
UserCommitDate
vitaly@prompt.securityFix-MDM-scripts-artifa...February 12, 2026
This pull request is reviewed by Baz. Review like a pro on (Baz).

@vitaly-ps vitaly-ps requested a review from lior-ps February 17, 2026 11:11
@vitaly-ps vitaly-ps merged commit 5cb066c into main Feb 17, 2026
2 checks passed
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