Skip to content

Commit 2ccc373

Browse files
authored
Merge pull request #113059 from Aniththa/patch-47
Update resource-known-issues.md
2 parents 8f38c3a + 9b58efe commit 2ccc373

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/machine-learning/resource-known-issues.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,23 @@ Learn about the [resource quotas](how-to-manage-quotas.md) you might encounter w
5151
pip install azure-ml-datadrift
5252
pip install azureml-train-automl
5353
```
54-
54+
55+
* **Panda errors: Typically seen during AutoML Experiment:**
56+
57+
When manually setting up your environmnet using pip, you will notice attribute errors (especially from pandas) due to unsupported package versions being installed. In order to prevent such errors, [please install the AutoML SDK using the automl_setup.cmd](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/README.md):
58+
59+
1. Open an Anaconda prompt and clone the GitHub repository for a set of sample notebooks.
60+
61+
```bash
62+
git clone https://github.com/Azure/MachineLearningNotebooks.git
63+
```
64+
65+
2. cd to the how-to-use-azureml/automated-machine-learning folder where the sample notebooks were extracted and then run:
66+
67+
```bash
68+
automl_setup
69+
```
70+
5571
* **Error message: Cannot uninstall 'PyYAML'**
5672
5773
Azure Machine Learning SDK for Python: PyYAML is a `distutils` installed project. Therefore, we cannot accurately determine which files belong to it if there is a partial uninstall. To continue installing the SDK while ignoring this error, use:

0 commit comments

Comments
 (0)