When installing SMAK, I encountered an error when installing PyQt5 with Anaconda Navigator. I think it might be due to running it on a M2 Macbook. In case you are encountering a similar error I found the following work around:
Download python v3.10
Create Rosetta terminal
Start a new environment that runs Python 3.10
python3.10 -m venv smakenvActivate the environment
source smakenv/bin/activateInstall SMAK
pip install smakFind where smak was installed
pip show smakTell it SMAKs location
Cd /users……(put location listed above here and add /smak)Open SMAK
python smak.pyHopefully this helps!
~Miranda

