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

Can't install with Anaconda on macOS #382

Open
revolter opened this issue Nov 19, 2022 · 3 comments
Open

Can't install with Anaconda on macOS #382

revolter opened this issue Nov 19, 2022 · 3 comments

Comments

@revolter
Copy link

Running

conda install -c cadquery -c conda-forge cq-editor=master

fails with

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - cq-editor=master

Current channels:

  - https://conda.anaconda.org/cadquery/osx-arm64
  - https://conda.anaconda.org/cadquery/noarch
  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Cloning the repo and running

conda env create -f cqgui_env.yml -n cqgui

fails with

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - cadquery=master
@adam-urbanczyk
Copy link
Member

Currently no arm64 builds are available.

@revolter
Copy link
Author

The CQ-editor-MacOS.zip from https://github.com/CadQuery/CQ-editor/releases/tag/0.2 works though, but I wanted the latest version.

@andypiper
Copy link

andypiper commented Apr 24, 2024

Is there any chance of getting arm64 nightly builds for macOS? What would need to happen for that to become possible? This is cadquery itself vs cq-editor, right?

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