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 smakenv
Activate the environment
source smakenv/bin/activate
Install SMAK
pip install smak
Find where smak was installed
pip show smak
Tell it SMAKs location
Cd /users……(put location listed above here and add /smak)
Open SMAK
python smak.py
Hopefully this helps!
~Miranda