Yorik van Havre
Yorik van Havre
> Linux: : IfcOpenShell not built for 'linux/64bit/python3.10' Ok that one is easy. Your version of ifcopenshell is not built for the same python version of FreeCAD (3.10). I don't...
We could do some investigating inside the BIM or NativeIFC addon and advise the user better on what to do... You could try this to know the ifcopenshell location: Inside...
Does the flatpak version use local python libs? Could you check this @Mannshoch? ```python import sys for p in sys.path: print(p) ``` It could give us a hint to where...
Ok thanks, that's interesting... So flatpak only considers its own subdirs, and the official system-wide python folders managed by the linux distribution. It discards the user-specific folders. So basically the...
Looking at this again, a possibility would be to install ifcopenshell in /`home/USERNAME/.var/app/org.freecadweb.FreeCAD/data/FreeCAD/Mod/`... But I'm also looking at how to build a better system from within the BIM WB to...
> flatpak should already include ifcopenshell the problem is that it's evolving very fast and would need to be updated more often by the user. Hm ifcopenshell is indeed available...
Basically the schemas supported by the NativeIFC addon are what IfcOpenShell supports. So if 4.3.2 is supported by IfcOpenShell, it becomes automatically available here. In fact, I think 4.3.2 is...
I think the best path here is to wait for proper support in IfcOpenShell... Did you signal this issue there?
I'm not sure about the task dialog because the idea of the task dialog is that you can continue to work in the 3D view while it's open. When importing...