Quantra enviroment creation

I am getting a 'filenotfound" error while creating the enivronment with the link provided in the course.

Can someone please help.

Hi Anish, 



This error 'filenotfound' shows up if you try to create the environment with an incorrect file path.





For creating a quantra environment without machine learning libraries, ideally, the path should look like this:



C:\Users\anish>conda env create -f https://quantra.quantinsti.com/downloads/general/environment.yml



For creating a quantra environment with machine learning libraries, ideally, the path should look like this:



C:\Users\anish>conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml



Please check the file path and also follow the instructions given in this link to successfully create the quantra environment. 



If you still get the error, please share the screenshot of the terminal and we will help you set up the quantra environment.



Hope this helps.