Can't install with Anaconda on macOS
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
Running
```sh
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
```sh
conda env create -f cqgui_env.yml -n cqgui
```
fails with
```
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- cadquery=master
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.