pyinstaller executable on other raspberry can't execute #5643
Unanswered
arponcedeleon
asked this question in
PyInstaller
Replies: 1 comment 1 reply
-
What does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having problem when try to execute the executable file generated by pyinstaller in other raspberry device.
Python code: test.py
PyInstaller: pyinstaller test.py --onefile
I have 2 raspberry pi:
#pi-1 I generated the executable with success and here the executable works fine ./dist/test
#pi-2 I did the copy of full /dist folder and go to the terminal and ./dist/test doesn't work:
I got this result ./dist/test: command not found
note: boot PI have the same PI OS and hardware model
How to run the executable generated in other devices??
Beta Was this translation helpful? Give feedback.
All reactions