Open
Description
I am following the tutorial to set up a automl (with azureml) conda enviroment in Windows. I downloaded and extracted the github folder, started an anaconda prompt window, cd to automl-with-azureml folder, and run automl_setup.
I got a warning, and an error:
DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
versionInvalid = LooseVersion(conda.version) < LooseVersion(minimumVersion)
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- matplotlib==2.1.0
- py-xgboost[version='<=0.90']
I use windows 10 and my conda info is:
conda version : 4.12.0
conda-build version : 3.21.8