Jeremy Wright

Results 377 comments of Jeremy Wright

The installation works for me if I force pip to run with the bundled version of Python. ``` "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin\python.exe" -m pip install git+https://github.com/CadQuery/cadquery.git ``` I didn't even...

@lawrence-dubowitz Following up on the last comment. Are you running the command from cmd or PowerShell? I ran mine from cmd, and although I didn't run it in administrator mode,...

Is there anything special about your Blender installation? What's your full Blender version number? I installed it this morning on a Windows system that's never had Blender installed before. I...

I knew generally what @Shimwell was working on, but I'm glad to have a project name to associate with the work. In some cases like that `clean` is required, and...

@michaelgale I sometimes ignore codecov if I think it's being too picky. I think your PR is fine. We can merge it even with codecov complaining.

I think so, if it can be done without a large amount of effort. However, @adam-urbanczyk is the primary maintainer of this project. I'd want to make sure he's ok...

I can confirm that the fix by @lorenzncode does work. The PyInstaller builds run fine on 22.04 because libstdc++ is preemptively removed after the build process completes.

I guess I should also note that there are two symlinks in the environment that should be removed. `libstdc++.so.6` and `libstdc++.so`. Once those are removed, CQ-editor should start up fine.

@hho If you are logged into GitHub, please click on one of the runs [here](https://github.com/jmwright/CQ-editor/actions/workflows/pyinstaller-builds-actions.yml) and download the artifact for your OS. Then please let us know if that development...

> only on startup I get a bad color for the highlighting of the last line of the file I've noticed the strange highlight as well with newer builds of...