Can I package the Torch-GPU with PyInstaller #5904
Unanswered
zhanghongyong123456
asked this question in
Help
Replies: 2 comments 2 replies
-
You probably need to install Visual C++ Redistributable on the target computers. Or, try using PyInstaller |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have tried both methods and still got the same error. Could you please give me another method? Thank you very much |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question. I have a Python project that is implemented on Torch-GPU. Can I package it with PyInstaller and run it independently on other computers, or what do I need to configure to run it on other computers.
I have tried a demo, which can be used normally on this machine, but this bug appears on other computers, I hope to get your reply
Beta Was this translation helpful? Give feedback.
All reactions