Installation issue ( "python setup.py egg_info" failed )

Hi.
I trying to install COMPAS through terminal of new environment i created in anaconda by the pip command. but i face with this error below.
pyhton version: 3.7


would you please help me to fix the error

the recommended way to install COMPAS is using conda.
there are detailed instructions available in the docs: https://compas-dev.github.io/main/gettingstarted.html

in a nutshell:

conda create -n TENSORFLOW python=3.7 COMPAS
conda activate TENSORFLOW

let me know if that doesn’t work…

thanks very much for your respond… I wrote conda commands in anaconda prompt and it goes fine