Can't run the pytorch lightning program packaged with pyinstaller. #18492
Labels
3rd party
Related to a 3rd-party
bug
Something isn't working
help wanted
Open to be worked on
repro needed
The issue is missing a reproducible example
ver: 1.9.x
Bug description
When using pyinstaller to package a program that contains pytorch lightning(pl), the resulting exe never runs. But after removing the relevant pl code from the program, the exe executes correctly. I think this may be due to the fact that pl requires some specific dependencies to be included. What do I need to package in the anaconda environment after utilizing pl?
What version are you seeing the problem on?
v1.9
How to reproduce the bug
Error messages and logs
pyinstaller packaged
dist
folder does not contain pytorch lightingEnvironment
python :3.8
torch:1.12.1+cu113
pytorch-lighting: 1.9.5
OS: Win10
More info
No response
The text was updated successfully, but these errors were encountered: