Closed yomgui1 closed 1 year ago
I reproduced the error. It fails with ocp version 7.7.1.1dev.
ocp 7.7.1.1dev py311_0 cadquery
Try to specify the ocp version 7.7.1.0:
$ micromamba create -r ~/micromamba -n cqe
$ micromamba install -r ~/micromamba -n cqe -c cadquery cq-editor=master ocp=7.7.1.0
$ micromamba list -r ~/micromamba -n cqe 'cadquery|ocp|occt'
List of packages in environment: "/home/lorenzn/micromamba/envs/cqe"
Name Version Build Channel
─────────────────────────────────────────────────────
cadquery master 2.3.1_45_gd780127 cadquery
occt 7.7.1 all_h16763a6_201 conda-forge
ocp 7.7.1.0 py311h54fcf19_1 conda-forge
The GUI opens without error.
$ micromamba run -r ~/micromamba -n cqe cq-editor
@lorenzncode Works nice and smooth, thanks for the tip!
This problem is resolved. The dev OCP version is no longer installed unless the dev label is specified. See also https://github.com/CadQuery/cadquery/discussions/1422#discussioncomment-7350012
On a Fedora 38, I've just installed latest micromamba and executed following commands:
micromamba install -n base -c cadquery -c conda-forge cq-editor
then
micromamba run -n base cq-editor
I've got following error:
I've not found this lib (looks like to be in occt, but not found)
Note: installed version is nightly_0_g2a9a02a, tried master but same result