Skip to content

Commit 48a86a0

Browse files
committed
minor tweaks
1 parent 03eedc6 commit 48a86a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ Sometimes it can be helpful if you can provide diagnostic information when askin
3232

3333
Learn about the [resource quotas](how-to-manage-quotas.md) you might encounter when working with Azure Machine Learning.
3434

35-
## Installation and import errors
35+
## Installation and import
36+
37+
Issues with installing the Python SDK or importing packages.
3638

3739
* **Error message: Cannot uninstall 'PyYAML'**
3840

39-
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:
41+
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:
4042

4143
```Python
4244
pip install --upgrade azureml-sdk[notebooks,automl] --ignore-installed PyYAML

0 commit comments

Comments
 (0)