Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to deploy pyqt5 application on raspberry pi from qt creator on windows 10?
Forum Update on Monday, May 27th 2025

How to deploy pyqt5 application on raspberry pi from qt creator on windows 10?

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 2 Posters 573 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    osman_seco
    wrote on 16 Jun 2022, 14:54 last edited by
    #1

    I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
    Thanks in advance.

    N 1 Reply Last reply 16 Jun 2022, 18:17
    0
    • O osman_seco
      16 Jun 2022, 14:54

      I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
      Thanks in advance.

      N Offline
      N Offline
      ndias
      wrote on 16 Jun 2022, 18:17 last edited by
      #2

      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.

      O 1 Reply Last reply 20 Jun 2022, 10:32
      2
      • N ndias
        16 Jun 2022, 18:17

        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.

        O Offline
        O Offline
        osman_seco
        wrote on 20 Jun 2022, 10:32 last edited by
        #3

        @ndias
        Thank you, can I specify which process architecture needs to deploy for example arm64.

        N 1 Reply Last reply 21 Jun 2022, 09:51
        0
        • O osman_seco
          20 Jun 2022, 10:32

          @ndias
          Thank you, can I specify which process architecture needs to deploy for example arm64.

          N Offline
          N Offline
          ndias
          wrote on 21 Jun 2022, 09:51 last edited by
          #4

          Hi @osman_seco,

          I've never tried cross-compile on Nuitka. But you can compile your code on a Raspberry Pi.

          PS: Regarding the use of Nuitka commands you can find brief information in the following topic

          1 Reply Last reply
          0

          4/4

          21 Jun 2022, 09:51

          • Login

          • Login or register to search.
          4 out of 4
          • First post
            4/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved