Open TDB-ev opened 5 months ago
+1 I had the same issue and used the same workaround (downgrading numpy to something before 2.0).
It looks like there's a proposed fix for nptyping
in https://github.com/ramonhagenaars/nptyping/pull/114.
Attempted fix in https://github.com/CadQuery/cadquery/pull/1612
Hi, I have the same problem. Do you raccomand to downgrade cadquery from 2.4.0 version to another older version? If I downgrade only numpy there is no compatibility between the 2 libraries.
Does installing cadquery from the cadquery channel work: mamba install -c conda-forge cadquery::cadquery=master
? In the meantime we should start releasing 2.5.
After installing cq-editor using:
it is not possible to run
cq-editor
and yields an error:Causes by some depency problem (nptype / numpy related).
After downgrading
numpy
it does work: