CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

Installing CQ editor

Open Govert123 opened this issue 4 years ago • 2 comments

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 File "C:\Users\govert\Miniconda3\envs\cadq\lib\site-packages\cadquery_init.py", line 3, in 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?

Govert123 avatar Jun 09 '21 08:06 Govert123

Ok I copied the executable through the windows.zip download. This works.

Govert123 avatar Jun 09 '21 08:06 Govert123

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.

adam-urbanczyk avatar Jun 29 '21 17:06 adam-urbanczyk