Install on Springdale Linux not working #1422
-
I have tried a few ways to install cadquery on my machine. For example, with straight conda:
It installs, but doing
I was looking for a way to install from source, with the module system on this Linux cluster, but it seems everything goes through conda, mamba, or pip. Are there any ways to install from source? Or specific issues I can debug on?
when installing with mamba, it also installs, but the error relates to GLIBC
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I think there could be multiple issues here. Could you paste the results of |
Beta Was this translation helpful? Give feedback.
For master, my env has ocp=7.7.1.0.
Using mambaforge:
mamba install -c cadquery cadquery=master ocp=7.7.1.0
or for the released version 2.3.1:
mamba install cadquery