The forum is active for archival purposes only.

Join our discord community for new topics.

Forum Navigation
You need to log in to create posts and topics.

Installing on Apple M1 mini

Hello,

I'm having trouble installing prisms in the new M1's. When I try to install I get:

The Prism installer needs root priviledges to install Prism on this computer.

Please enter the password of your root account:

Password:

Traceback (most recent call last):

  File "Scripts/PrismInstaller.py", line 86, in <module>

    import PrismInstaller_ui

  File "/Users/steven/Documents/Prism/Prism/Scripts/UserInterfacesPrism/PrismInstaller_ui.py", line 10, in <module>

    from PySide import QtCore, QtGui

ImportError: No module named PySide

 

I installed Python 3.9.7 via homebrew. I installed PySide and PySide2 as well via homebrew and I see them there via "brew list", but when I enter the python shell and do >> import PySide

I get:

ModuleNotFoundError: No module named 'PySide

Same for PySide2, any idea on how to get the Homebrew Python to work with Prisms?

Best regards,

Steven