-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing using Conda on macOS 14.0 Apple Silicon fails #611
Comments
Can you try |
Using Using |
Can you install PySide6 on Apple Silicon? I'm asking because we're considering switching and this would be another reason to do so. |
It seems that PySide6 is available as a brew install for Apple Silicon. I will attempt installation tomorrow and will update you here. |
PySide6 installs successfully on Apple Silicon, I have no issues running it in a venv/conda environments. However, running |
Hi are there any updates on the |
Adding a "me too", please |
This seems to be working for me, in that the main window appears and allows me to choose an FMU: pip install fmpy
pip install PyQt5
pip install PyQtWebEngine
pip install pyqtgraph Apple M3 Pro [] fmu % pip --version
pip 24.2 from /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip (python 3.12)
[] fmu % python3 --version
Python 3.12.0 |
I have a similar issue working on Macos M3 max. I can install arch: M3 max (sonoma 14.6) Steps to reproduce the issue:
where it fails here
the FMU object info in case it helps
|
I'm not an expert with FMU by any definition, but I think that's because the model you've loaded didn't target arm:
|
thanks for your response. That is my doubt as well, but I confirm I have have downloaded the FMU from the indicated dir 'macos' as per instructions. Actually in the info above it is shown
Additionaly, when I try to load a win64 compatible FMU the error is clear
From my understanding it has something to do with the shared library when trying to read fm1.py
but can't figure out what exactly fails |
@i-mein macos and darwin64 do not refer to processor architectures but to an operating system. |
Using
conda install -c conda-forge fmpy
to install fmpy, the following error message is produced:I have Miniconda installed through homebrew, using macOS 14.0 M1 Pro.
The text was updated successfully, but these errors were encountered: