Jeremy Wright

Results 375 comments of Jeremy Wright

I tried to install the cadquery2 package via pip per the instructions and got this error. This seems related to the new wheel on PyPi. ``` ERROR: Could not find...

Updating to pip 22.0.4 worked. I get an error that the cadquery module doesn't exist when I try `import cadquery` in the Python repl though. I ran `pip install cadquery2`...

I have everything installed now, but had to use the git pip installation method for cadquery as discussed on Discord. It might be worth noting in the documentation that the...

I just noticed this. Is there something extra that needs to be done to get code completion working? It's not working for me.

@chris-morgan Can you grab the [0.2 release for Linux](https://github.com/CadQuery/CQ-editor/releases/tag/0.2), extract it, then add the following line to the CQ-editor.sh script (before it launches the CQ-editor binary)? ``` export QT_QPA_PLATFORM=xcb ```...

There is a PyInstaller problem with the latest development builds of CQ-editor that has caused the zip files to fall out of date temporarily. I'm working on fixing that, but...

The development builds of CQ-editor have been fixed. @qwelyt Please try the latest build since it should be up-to-date with the latest CadQuery features. Click the latest "build" with a...

[Development build 127](https://github.com/jmwright/CQ-editor/actions/runs/1709533939) should include the fix mentioned by @adam-urbanczyk above. @NothanUmber can you please try it out to see it it's resolved?

@NothanUmber The OCP Python version has to match the embedded version of Python, which is pinned to Python 3.8 in the development packages for now. That's why manually copying the...

Run 128 seems to correctly pull OCP 7.5.3 build 3, and I have confirmed that it runs and I can render a CadQuery model in Windows. https://github.com/jmwright/CQ-editor/actions/runs/1718304321