michaelgale / cq-gridfinity

A python library to build parameterized gridfinity compatible objects such a baseplates and boxes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing cq_helpers

diesphink opened this issue · comments

Hey, I tried out your code and noticed it depends on https://github.com/michaelgale/cq-kit.

You might want to consider updating that repository because there are some missing dependencies that cq-gridfinity relies on, like cq_helpers.

Thanks for the heads up on that dependancy issue. I'll take a look.

@diesphink I've updated and published a new version of cq-kit to v.0.5.3 which you should be able to install with pip. That should resolve the dependancies cq-gridfinity is looking for.

Works for me, thanks.