Error Anaconda Quantra_py

Hi,
I have just registered for the January batch, somehow i was going through modules & while installing the Anaconda(which i did successfully) i found this error to change the environment to quantra_py from base environment. Please assist.

EnvironmentNameNotFound: Could not find conda environment: quantra_py
You can list all discoverable environments with conda info --envs.

Failed to run ‘conda activate quantra_py’.

(base) C:\Users\Harmi>conda info --envs

conda environments:

base * D:\software\Anaconda

Hi,

Based on the output, I believe the environment was not installed, or was not installed correctly. This can happen due to various reasons, maybe connection error or some issue.

What you could do is try to open anaconda prompt and use the following command:

conda env create -f Quantra by QuantInsti | Courses on Algorithmic and Quantitative Trading

(This should one line and not in two lines.)

Then you should be able to set up a virtual environment. We have also created a tutorial blog: Setting Up Python On Your System Where we have highlighted some common errors and how to troubleshoot them.

Hope this helps. Do let us know if the issue is still there. Thanks.