-
Notifications
You must be signed in to change notification settings - Fork 9
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
Build is missing files and does not run #22
Comments
Can you post the errors you're getting? |
When I run the cloe.exe generated in the build>dist>app folder a "Unhadled exception in script" window appears notifying me:
If I make a new build with the option
PyTorch resources are not remaining in the build? Additionally, when this happens, in windows I see two notifications:
I have the suspicion that the build is not "packaging" all the resources of the project. These are the libraries installed in the Poetry environment:
Thank you |
I just realized I'm using different environments for development and build. The issue is probably caused by using an updated package version. Will try to release a fix next week |
Running "pyinstaller main.spec" creates a build that is not functional. It fails to run. When compared to the downloadable build, many dll's and some folders are missing.
What are the specific steps to be able to make a build?
The text was updated successfully, but these errors were encountered: