Azure / Azure/azureml-examples
azureml-examples/python-sdk/tutorials/automl-with-azureml/Setup using a Local Conda environment/Windows
- Dominant language
- Jupyter Notebook
- Stars
- 2k
- Forks
- 1.7k
- Avg merge
- 18h 18m
- Merged PRs (30d)
- 2
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
Contributor guide
Research direction
The issue points to azureml-examples/python-sdk/tutorials/automl-with-azureml/Setup using a Local Conda environment/Windows and the automl_setup command. First reproduce the setup in a Windows Anaconda prompt and inspect the reported dependency-resolution failure. Done means the tutorial environment can be created without ResolvePackageNotFound for matplotlib or py-xgboost.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, azure, python
- Domain
- documentation, machine-learning, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100