You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Reported by BradyGess.
The code below was executed on an ARM MacOS machine:
which produced the following error log:
The solution to properly installing FOQUS/PyQt5 on ARM MacOS machines is as follows:
conda create -n foqus-env python=3.10
conda activate foqus-env
conda install pyqt
git clone https://github.com/CCSI-Toolset/FOQUS
cd FOQUS
pip install -e .
Beta Was this translation helpful? Give feedback.
All reactions