How to deploy pyqt5 application on raspberry pi from qt creator on windows 10?
-
I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
Thanks in advance. -
I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
Thanks in advance.Hi @osman_seco,
You can use PyInstaller or Nuitka to build and create an executable from Python code. You can find several documentation and examples.
Note:
Nuitka requires you to use --plugin-enable=pyqt5 command option to build PyQt5 application. -
Hi @osman_seco,
You can use PyInstaller or Nuitka to build and create an executable from Python code. You can find several documentation and examples.
Note:
Nuitka requires you to use --plugin-enable=pyqt5 command option to build PyQt5 application.@ndias
Thank you, can I specify which process architecture needs to deploy for example arm64. -
@ndias
Thank you, can I specify which process architecture needs to deploy for example arm64.