judging from the previous screenshot, you are using the regular Command Prompt. please use the Anaconda Prompt for all conda related stuff…
Thank you, It solved, another problem. we have to install some plugins such as compass triangle on the environment we build? or where we have to install? because with pip it give an error.
the error says you don’t have git installed on your system. you can install git in your conda environment using
conda install git
by the way, and for what it’s worth, you don’t HAVE TO install anything other than the main COMPAS library if you don’t need it. all of the other packages are plugins and/or extensions; they add more functionality that might be useful for some applications, but they are not required for a base installation.
for example, compas_triangle
provides functionality for constrained delaunay triangulations. i fyou don’t need those, don’t install compas_triangle
.
if i understand correctly, you were having problems setting up a base installation. someone then pointed you to the RV2 installation instructions since they are a bit more verbose than the base COMPAS ones. although that is entirely correct, do note that those instructions are for a “dev install” for RV2 specifically and many of the requirements listed there are only needed for RV2.
I wanted to work on some form finding with patterns, so I thought that compass singular and compass triangles could be helpful.