Open wjodon opened 1 year ago
Is what you pasted complete? AFAICT in CI conda is not installed, so the issue is quite weird. BTW: nowadays I mostly use mamba.
You can also try using our installer https://github.com/CadQuery/CQ-editor/releases/tag/nightly
I was able to use micromamba to install cq-editor on windows 11 following the instructions in the readme.
On Windows 11, I have installed MiniForge from latest installer, and had no trouble activating the environment and installing cadquery, which passed its installation test.
However, the installation of cq-editor is not going well, as it is failing:
The conda version I am using seems to be newer:
And while I have coded in Python and even made packages, Anaconda is only vaguely familiar. I searched for a hard dependency on conda 23.3.1 in this repo, but did not find such a thing.
Should I downgrade my version of conda as a workaround to enable installation?