Replies: 1 comment 1 reply
-
Hi Rahul, We're having the same problems at the moment and have for a while, we have manged to get bluemira installed on an m-series mac before with rosetta but that was pre freecad v1 IIRC. I've been trying to get any sort of mac runner (arm or x86-64) going with our actions since October (#3512). I had another look this morning and had the same error. My current guess is that freecad have built their conda macos binaries against a specific qt and therefore pyside version that is not dynamically linked or that for some reason qt 5 and 6 are being pulled into the conda env and freecad is linking against the wrong one on macos. I can get access to a mac (I think its an m1 or m2) to dig directly but I have no timescale on how long that would take. Alternatives I can see, none of which are great:
Sorry thats not a very satisfactory answer. I'll update this thread if I make any progress. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have not been able to install Bluemira on my new M4 series MacBook and was wondering if anyone had better luck than me.
Due to trouble installing openmc on arm64, I switched to osx-64 using rosetta and was able to install openmc. However, I am now stuck with the following FreeCADGui import error when I try to run examples/equilibria/eudemo_2017.ex.py
Error:
import FreeCADGui as Gui
ImportError: dlopen(/Users/rahul/miniforge3/envs/bluemira1/lib/FreeCADGui.so, 0x0002): Symbol not found: __Z12qt_blurImageP8QPainterR6QImagedbbi
Referenced from: <4E8C8CA2-6E53-3584-9FDC-42FA973D6243> /Users/rahul/miniforge3/envs/bluemira1/lib/libFreeCADGui.dylib
Expected in: <69581BEC-CF39-3449-B81C-54288C04B1D3> /Users/rahul/miniforge3/envs/bluemira1/lib/libQt6Widgets.6.8.3.dylib
I understand this is a FreeCADGui issue but wanted to see if anyone has any ideas.
Configuration
Thanks,
Rahul
Beta Was this translation helpful? Give feedback.
All reactions