Open Govert123 opened 3 years ago
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.
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 'LinearPropertiess'
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?