lorenz
lorenz
here it is: https://anaconda.org/ifcopenshell/ifcopenshell getting it into conda-forge would be nice. But currently not many staged-recipes are merged. I am waiting for one of mine to be merged for about...
@probonopd thanks for the information. Actually our script to create the appimage is pretty simple, but includes some manually steps (removing unnecessary stuff, some workarounds...) It can be found here:...
You can simple use `conda install freecad` within the specific environment. Otherwise you can create a new environment with multiple drpendencies like this: `conda create -n my_env freecad pytorch ...`
Why 5.9 ? Recent freecad uses qt5.12.
Vtk wasn't pinned the right way. Please install freecad from freecad/label/dev (0.19pre) or install a compatible vtk: `conda create -n freecad freecad qt=5.9.* -c freecad/label/def -c conda-forge` `conda create -n...
sry, I made one mistake. It's not freecad/label/def but freecad/label/dev. I hope this solves this issue.
You can install calculix via `conda install calculix -c conda-forge`
until now we didn't run into this issue. Let's see if we can reproduce on the next full build.
https://github.com/looooo/freecad-feedstock/commits?author=sgrogan doesn't seem like we run into this with the ci-services. also locally with docker I cannot reproduce.
should be fixed now.