CQ-editor
CQ-editor copied to clipboard
Installing CQ editor
Hi All,
I am trying to get CQ editor running. I followed the instructions for installation with a new environment (win10).
-
conda install -c conda-forge -c cadquery cadquery=master Here python cannot import the cadquery library. Traceback (most recent call last): File "
", line 1, in .py", line 3, inFile "C:\Users\govert\Miniconda3\envs\cadq\lib\site-packages\cadquery_init from .occ_impl.shapes import ( File "C:\Users\govert\Miniconda3\envs\cadq\lib\site-packages\cadquery\occ_impl\shapes.py", line 243, in ta.TopAbs_EDGE: BRepGProp.LinearProperties_s, AttributeError: type object 'OCP.BRepGProp.BRepGProp' has no attribute 'LinearProperties_s'_ -
conda install -c conda-forge -c cadquery cadquery=2 Here I can import the library, but CQ is not working. "'CQeditor' is not recognized as an internal or external command, operable program or batch file."
-
conda install -c cadquery -c conda-forge cq-editor Also here "'CQeditor' is not recognized as an internal or external command, operable program or batch file."
Does anyone have any more suggestions?
Ok I copied the executable through the windows.zip download. This works.
There is no entry point called CQeditor. These are the specified entry points:
- cq-editor = cq_editor.__main__:main
- CQ-editor = cq_editor.__main__:main
So you'll need to type cq-editor in your command line.