Problem installing CQ-editor
See original GitHub issueHi!
I cannot install CQ editor in conda, with conda prompt, with admin permissions.
I am a begginer and I am turning around this several days, so I ho anyone could save me.
https://github.com/CadQuery/CQ-editor/blob/master/README.md
I followed that instructions. First repository didn’t work no matter how long I wait:
(base) C:\Windows\system32>conda install -c cadquery -c conda-forge cq-editor=master Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: /
Second repository also failed:
`(base) C:\Windows\system32>conda env create -f cqgui_env.yml -n cqgui
SpecNotFound: Invalid name, try the format: user/package
(base) C:\Windows\system32>conda activate cqgui
Could not find conda environment: cqgui
You can list all discoverable environments with conda info --envs
.
(base) C:\Windows\system32>python run.py python: can’t open file ‘run.py’: [Errno 2] No such file or directory
(base) C:\Windows\system32>`
Anyone knows what I could try? i try this in 2 different windows 10 installations already. Jupyter notebooks works fine.
Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Looks like it worked. Or am I missing something?
jmwright and adam-urbanczyk thanks!
Adam, yes were missing something because still cq editor does not launch. Anyways, I uninstall anaconda (after try 1000 things) and paste your lines again, and this time cq editor launch and seems to worked perfectly.
Now I can import any python library to cq editor, right?
THANKS! so many hours