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. Where are these tools after installing PySide6 on macOS?

Where are these tools after installing PySide6 on macOS?

Scheduled Pinned Locked Moved Unsolved Qt for Python
pyside
7 Posts 4 Posters 461 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.
  • M Offline
    M Offline
    markleo
    wrote on 22 Dec 2024, 14:38 last edited by markleo
    #1

    After running pip3 install pyside6 on Windows, we can see many tools.

    f92f77b1-416c-4466-9125-2f6a6978cf35-image.png

    Where are these tools after installing PySide6 on macOS? There is no result in the search.
    68576d42-03e4-4ad8-9e21-64e483668411-image.png

    1 Reply Last reply
    0
    • F Offline
      F Offline
      friedemannkleint
      wrote on 23 Dec 2024, 17:31 last edited by
      #2

      Please use the Python entry points (pyside6-designer, pyside6-linguist), etc; they should be present on macOS, too.

      M 1 Reply Last reply 2 Jan 2025, 07:07
      1
      • F friedemannkleint
        23 Dec 2024, 17:31

        Please use the Python entry points (pyside6-designer, pyside6-linguist), etc; they should be present on macOS, too.

        M Offline
        M Offline
        markleo
        wrote on 2 Jan 2025, 07:07 last edited by
        #3

        @friedemannkleint Could you explain more?

        S 1 Reply Last reply 2 Jan 2025, 08:37
        0
        • M markleo
          2 Jan 2025, 07:07

          @friedemannkleint Could you explain more?

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 2 Jan 2025, 08:37 last edited by
          #4

          @markleo Literally call pyside6-designer on the command line and it will start the designer. Same for other tools.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • M Offline
            M Offline
            markleo
            wrote on 3 Jan 2025, 02:41 last edited by
            #5

            before ask this question I have tried, I think I should install it individually.

            There is no command:
            image.png

            J S 2 Replies Last reply 3 Jan 2025, 08:39
            0
            • M markleo
              3 Jan 2025, 02:41

              before ask this question I have tried, I think I should install it individually.

              There is no command:
              image.png

              J Offline
              J Offline
              JonB
              wrote on 3 Jan 2025, 08:39 last edited by JonB 1 Mar 2025, 09:22
              #6

              @markleo
              My understanding is that pyside6-designer should be in the bin directory of where pip installed pyside6 for use in your virtual environment. For example on my Linux box it's at /home/jon/.venv/pyside6/bin/pyside6-designer. Which should be on your PATH when the venv is active (source ~/.venv/pyside6/bin/activate). I'm not sure I see any bin directory in either of your two screenshots.

              I do not use MacOS. The other MacOS users here say it should be there too. Assuming MacOS allows much the same as Linux I would try from a command line:

              find / -name 'pyside6-designer' 2>/dev/null
              

              and go make yourself a cup of coffee. Does that find it anywhere on your machine?

              Otherwise you will have to await a MacOS user to say where they find it located or why you would not have it.

              1 Reply Last reply
              0
              • M markleo
                3 Jan 2025, 02:41

                before ask this question I have tried, I think I should install it individually.

                There is no command:
                image.png

                S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 3 Jan 2025, 08:56 last edited by
                #7

                @markleo You have the conda base environment activated but used pip to install pyside6. So which pip did you use exactly ?
                What are the exact step you used ?
                What was the state of your terminal at that time ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                1

                • Login

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