Windows executable created using Falcon 3.1.0 not working. #2068
-
Please find the attached executable created for falcon microservice. RUN executable for falcon 3 C:\MUM_DEV_TEAM\POC_FALCON\falcon_3.0> |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I've checked the attached archive, and it seems that lots of Falcon files are missing!
Maybe you can report an issue to I'm unfortunately totally unfamiliar with how I think Falcon 2.0 works because we didn't ship any Windows wheels back then, so you get a source distribution, which works as usual. |
Beta Was this translation helpful? Give feedback.
-
It seems that this answers your question -- When Things Go Wrong: Listing Hidden Imports.
(Emphasis mine ⬆️ -- this is exactly what is happening in the case of secondary imports via cythonized modules.) |
Beta Was this translation helpful? Give feedback.
-
Hi, as @vytas7 mentioned, the problem is caused by hidden imports, I was able to make an executable of an application based on falcon packages, using this hidden import list (it should be added to .spec file of the pyinstaller or can be passed through command line):
|
Beta Was this translation helpful? Give feedback.
-
I'm working on this now: |
Beta Was this translation helpful? Give feedback.
I'm working on this now: