Unable to install using conda install -c cadquery -c conda-forge cq-editor=master
See original GitHub issueHi, I’m not very used to anaconda, so I must be doing something wrong.
But I have tried
conda install -c cadquery -c conda-forge cq-editor=master
And I get:
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/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
installation error (cq-editor, Win10) - Google Groups
I hadn't used Anaconda before, so I went with Miniconda (Python 3.8, Win 64 bit). ... conda install -c cadquery -c conda-forge cq-editor=master....
Read more >Installing CadQuery
Install the script to ~/miniforge wget https://github.com/conda-forge/miniforge/releases/ ... conda install -c cadquery -c conda-forge cq-editor=master.
Read more >Conda cannot find packages to install - Stack Overflow
conda install scipy --channel conda-forge. I am getting this: PackagesNotFoundError: The following packages are not available from current ...
Read more >CadQuery - Docker Image
Using CadQuery, you can write short, simple scripts that produce high quality CAD models. ... conda install -c conda-forge -c cadquery cadquery=2 ...
Read more >4. Computer controlled cutting - Bryan Tee Pak Hong
This week I worked on using the vinyl cutter and laser cutter as prototyping ... conda install -c cadquery -c conda-forge cq-editor=master.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, things should work now with py3.8 and spyder4.
I submitted a PR that added that comment to the CQ-editor repo, but @adam-urbanczyk has now fixed Python 3.8 compatibility in CQ-editor. https://github.com/CadQuery/CQ-editor/pull/195