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?
Forum Updated to NodeBB v4.3 + New Features

Where are these tools after installing PySide6 on macOS?

Scheduled Pinned Locked Moved Unsolved Qt for Python
pyside
7 Posts 4 Posters 638 Views 1 Watching
  • 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 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 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
      1
      • F friedemannkleint

        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 last edited by
        #3

        @friedemannkleint Could you explain more?

        SGaistS 1 Reply Last reply
        0
        • M markleo

          @friedemannkleint Could you explain more?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on 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 last edited by
            #5

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

            There is no command:
            image.png

            JonBJ SGaistS 2 Replies Last reply
            0
            • M markleo

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

              There is no command:
              image.png

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by JonB
              #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

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

                There is no command:
                image.png

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on 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