Issue when try to install cadquery with conda #1901
Replies: 9 comments
-
I would install CadQuery first. conda may be pulling the old version because of version conflicts with what you have already installed. |
Beta Was this translation helpful? Give feedback.
-
I tried without success. There is still this |
Beta Was this translation helpful? Give feedback.
-
You could try pinning the version of CadQuery on the command line to 2.5.2 and see what the conflict is with the latest release. Can you try using mamba? What version of conda do you have installed? |
Beta Was this translation helpful? Give feedback.
-
Imposing the version of cadquery does not change anything. I installed the last version of miniconda . I see that with this version python 3.13 is automatically installed. Maybe a conflict come from here, but it is not what it is indicated |
Beta Was this translation helpful? Give feedback.
-
The documentation mentions miniforge for a reason. Maybe try adding |
Beta Was this translation helpful? Give feedback.
-
I also tried to add the channel without success. |
Beta Was this translation helpful? Give feedback.
-
@AugustinErnoult Did you ever try using mamba instead of conda? |
Beta Was this translation helpful? Give feedback.
-
What does
|
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for this comment. I think it's either a problem with Miniconda or my connection (I'm trying to install all of this on a remote server). On my own computer, I get a similar result to you. But on the remote server, I get: (base) ...@...:~$ conda config --get channels
--add channels 'defaults' # lowest priority
--add channels 'conda-forge'
--add channels 'anaconda' # highest priority
(base) ...@...:~$ conda repoquery search casadi
Collecting package metadata: done
No entries matching "casadi" found I will try to solve that from my way (maybe install a full anaconda, etc...). Thanks again for your help. If I find a solution I will publish it here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have troubles to install cadquery with conda. (OS: ubuntu)
After having install a clean Miniconda version, I installed some basic librairy (numpy, scipy, matplotlib). When I try to install cadquery I get this message
When I try with the conda-forge channel as indicated in the readme, I get
Beta Was this translation helpful? Give feedback.
All reactions