Envirnomnet.yml is not found

I try to create the enviroment using the following commands under window.



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



There is error message 



EnvironmentFileNotFound: 

Hi,



We are not able to replicate the issue. It is working fine on our end. Another way to create the environment is by downloading the yml file from this link: https://quantra.quantinsti.com/downloads/machinelearning/environment.yml, going to the downloads folder on your system and then creating the environment using the below command:

conda env create -f environment.yml

You can also refer to this link to learn more about creating an environment from an environment.yml file.



Hope this helps!