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. PyQt & Pyqtgraph on M1 Mac
Forum Updated to NodeBB v4.3 + New Features

PyQt & Pyqtgraph on M1 Mac

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 591 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.
  • C Offline
    C Offline
    ChristopherLeon
    wrote on last edited by
    #1

    Hi, I'm trying to set up my new M1 Mac mini for a development project which includes pyqt and pyqtgraph. I'm also trying to avoid Rosetta 2, as it seems that both pyqt and pyqtgraph are available for native arm. I can get pyqt from Homebrew and pyqtgraph from miniforge.

    Is it somehow possible to use these packages together, even though they are provided by different package managers?

    Cheers, Chris

    S 1 Reply Last reply
    0
    • C ChristopherLeon

      Hi, I'm trying to set up my new M1 Mac mini for a development project which includes pyqt and pyqtgraph. I'm also trying to avoid Rosetta 2, as it seems that both pyqt and pyqtgraph are available for native arm. I can get pyqt from Homebrew and pyqtgraph from miniforge.

      Is it somehow possible to use these packages together, even though they are provided by different package managers?

      Cheers, Chris

      S Offline
      S Offline
      StarterKit
      wrote on last edited by
      #2

      @ChristopherLeon pyqtgraph is pure python as far as i know, so it shouldn't be a problem to use it from different source.
      I use pyqtgraph with PySide6 and it works fine but you need to import Qt 6 modules strictly before any pyqtgraph import (there is an option to force pyqtgraph to use desired Qt version but it doesn't support Qt 6 yet so you need to rely on auto-detection).
      And I can't comment about M1. But I hope it will work as you say packages are available.

      1 Reply Last reply
      0

      • Login

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