Closed furgo16 closed 6 months ago
isn't it because FreeCAD's pip is prohibited to install mathutils @chennes ?
I think it makes sense at this point to distribute it with the snap package, just as it happens with the AppImage. @yorikvanhavre, @chennes would you mind reviewing the associated PR at https://github.com/FreeCAD/FreeCAD-snap/pull/113? Thanks!
LGTM!
In order to import/export using the IFC format,
ifcopenshell
needs to be installed. In the past, this worked well usingfreecad.pip install ifcopenshell
. However, recent ifcopenshell builds have added themathutils
dependency. When trying to install that dependency, the process fails with the following error:It would seem building
mathutils
requires some build dependency, but I'm not sure if that's the case. I installedbuildutils
andwheel
, but that does not solve the issue. More info:Note: either
pip install ifcopenshell
orpip install mathutils
works on the host system where the FreeCAD snap is installed.