mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #357] Tensorflow error when executing #295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jsgaston on GitHub (Jan 30, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/357
Originally assigned to: @jsgaston on GitHub.
Quick Checks
Describe the bug
The exe doesnt run (gives an error with Tensorflow module)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should appear
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Your Environment:
pip show auto-py-to-exe): 2.28.0pip show pyinstaller): 5.7.0pip show eel): 22.3.1Additional context (optional)
callected all modules
@brentvollebregt commented on GitHub (Jan 30, 2023):
You haven't said what the error is - at the moment this is pretty much "I have an error - run the code and find out".
Also:
@jsgaston commented on GitHub (Jan 30, 2023):
the example code is sufficient to see the error with tensorflow when running execute.
I don't understand the reproduction steps, just add file to autopy, and try make executable, it does, but the error is in the executable.
Trya those keras and tf, to see there's an error in the exe.... and don't know how to fix it.
@brentvollebregt commented on GitHub (Jan 31, 2023):
Sufficient code is not what I'm looking for, we need a minimal reproducible example to potentially identify the library that is causing the issue - are things like
warningsanddatetimereally needed?Also, your description of the error still says "The exe doesnt run (gives an error with Tensorflow module)" - can you please supply the error you are getting?
@github-actions[bot] commented on GitHub (Mar 3, 2023):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Mar 9, 2023):
Closing issue due to no activity in more than 60 days.