Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cq-editor does not install from conda, apparently because the latest conda version is too new #400

Open
wjodon opened this issue Apr 30, 2023 · 3 comments

Comments

@wjodon
Copy link

wjodon commented Apr 30, 2023

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:

>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.

ResolvePackageNotFound:
  - conda==23.1.0

The conda version I am using seems to be newer:

>conda --version
conda 23.3.1

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?

@adam-urbanczyk
Copy link
Member

Is what you pasted complete? AFAICT in CI conda is not installed, so the issue is quite weird. BTW: nowadays I mostly use mamba.

@adam-urbanczyk
Copy link
Member

You can also try using our installer https://github.com/CadQuery/CQ-editor/releases/tag/nightly

@zwn
Copy link

zwn commented Feb 16, 2024

I was able to use micromamba to install cq-editor on windows 11 following the instructions in the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants