Problem with loading quantra's recommended environment settings

post link for reference: Quantra_py environment - #4 by Saveen_Kumar

The ML anaconda python environment link has been updated. the closest I could find was in May. I am using this to update the environment:

“conda env create -f https://raw.githubusercontent.com/quantra-go-algo/Quantra_Environment/main/environment_windows_ml.yml”.

I know that it is only 1 package away from working and it is the scipy package. does anybody have a working link for anaconda prompt? Here is the error:

Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • scipy==1.7.0

Current channels:

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Hello,

You can go through the blog " Setting Up Python On Your System" which has the updated link for setting up the virtual link.
Note that you will have to uninstall or remove the existing virtual environment before installing the new one.

Hope this helps.