Unable to create Anaconda environment

I was attempting to set up the Anaconda environment when i encountered this issue:

(base) c:>conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml
C:\Users\cgart\miniconda3\Lib\argparse.py:2006: FutureWarning: remote_definition is deprecated and will be removed in 25.9. Use conda env create --file=URL instead.
action(self, namespace, argument_values, option_string)
Retrieving notices: …working… done
Channels:

  • conda-forge
  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed
    Channels:
  • conda-forge
  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • package tensorflow-base-2.6.0-gpu_py37hb3da07e_0 requires scipy >=1.7.1, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ scipy 1.7.0 is requested and can be installed;
└─ tensorflow 2.6.0 is not installable because it requires
└─ tensorflow-base [2.6.0 eigen_py37h03e61e6_0|2.6.0 eigen_py38h03e61e6_0|…|2.6.0 mkl_py39h9201259_0], which requis
└─ scipy >=1.7.1 , which conflicts with any installable versions previously reported.

Hi Garth,

The error might be due to some library version conflicts. You can try reinstalling the environment using the following command: conda env create -f https://raw.githubusercontent.com/quantra-go-algo/Quantra_Environment/main/environment_windows_ml.yml

Please let us know if you still face the issue.

My environment has been set up. Thanks for your assistance, Akshay.