Hi all,
i'm trying to port one of my CAD scripts to a newer CAD version which is using python3.11.
Since python is embedded, it's a bit awkward to get python dependencies installed.
Until now, i was able to install all IfcOpenShell dependencies except mathutils.
It seems to be necassary to compile it during installtion which fails. Missing C++ compiler, even though i've installed a compiler... Maybe the wrong one?
Is there an other way to install a precompiled version? I need to install the script including all python packages on 30+ machines... Won't ne able to install a compiler on alle those machines.
Any help welcome!
BR
Marcus