Environment Creation Error

HI. I have recently installed Anaconda and was trying to create a virtual environment. I used the command below, but it ended up with an error, which is also below. What do I need to do to fix this?

Command:
conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml

Screenshot:

Hi,

You can try installing the environment using the following command:
conda env create -f https://raw.githubusercontent.com/quantra-go-algo/Quantra_Environment/main/environment_windows_ml.yml

Please let us know if you still face any issues.