Getting error on instal

quantra_py : The term 'quantra_py' is not recognized as the name of a cmdlet, function, script file, or operable

program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

At line:3 char:1

  • quantra_py

    + CategoryInfo          : ObjectNotFound: (quantra_py:String) , CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException



im getting this error when I try to runconda activate

quantra_py. The install of the mahcine learning library works fine but i get this when i try to run it or open

Hi Philip,



If you are facing issues while installing Python on your Mac or getting errors after installing it, I suggest you re-install it using all the steps followed in this blog. Please refer to the "Install Anaconda on Mac" section of the blog in case you're using a Mac.



Also, make sure you create the environment (this is covered in the blog) by running this command:

  1. A) For creating new environment with machine learning libraries:
conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml

 

  1. B) For creating new environment without machine learning libraries:
conda env create -f https://quantra.quantinsti.com/downloads/general/environment.yml

And then activate the quantra_py environment (this is also covered in the blog) by typing the following
command:
conda activate quantra_py

Hope this helps!

Thanks,
Rushda