Necessary channels for weekly builds are:
-freecad/label/dev
-conda-forge
-defaults
This is how the channels should be listed in the .condarc file. The order is important. If you have only conda-forge and defaults in the .condarc install/create/update via
Code: Select all
conda install/create/update ... -c freecad/label/dev
is equivalent.
If you install packages in an environment things get pinned (I am not sure how this works). So this adds some constraints to the packaging solver. In your case I would try to create a new environment which doesn't have any constraints and will look for the the most recent dependency-tree.
So it's best if you try:
Code: Select all
conda create -n <name> freecad -c freecad/label/dev
For more information you can have a look how we create the appimage with additional dependencies like (pandas, scipy, sympy,...):
https://github.com/FreeCAD/FreeCAD-AppI ... ev.sh#L2L9