-
I ran into the issue with dependency conflicts when using the autodocker install as mentioned here #77 and decided to go down the Conda route. The solid/OpenSCAD engine was working, but I was running into an nptyping error when trying to run dactyl_manuform.py with the cadquery/OpenCascade engine. Here is the output if you are interested.
After some searching, it looks like a new release of np-typing (2.0) that was recently pushed conflicts with cadquery. A workaround seems to be to perform the cadquery installation with an older version of nptyping. Here is the relevant link.
Looks like a fix has been merged with the master in cadquery, but it's not released yet. I think... I don't really know how this stuff works, I just bang my hands on the keyboard until the screen does something I like. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is what breaks the docker build as well. I simply added |
Beta Was this translation helpful? Give feedback.
This is what breaks the docker build as well. I simply added
nptyping=1.4.4
toenvironment.yml
.