Issues Packaging PyQt5 Application with pandapipes Using PyInstaller #610
Unanswered
JonasPfeiffer123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've developed a small PyQt5 application that employs pandapipes for a simple heating network simulation. The app runs smoothly in a VS Code environment. However, I'm encountering challenges while attempting to package the app with PyInstaller: both pandapipes and pandapower are not included in the output directory, even after specifying them as --hidden-imports.
Here's what I've tried:
The issue seems to arise during the PyInstaller build process, not while running the code directly in VS Code. Is there anyone here who has successfully packaged an application with pandapipes using PyInstaller? Any insights or suggestions would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions