Skip to content

Commit 2477919

Browse files
authored
Update resource-known-issues.md
1 parent ecda1d0 commit 2477919

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ Learn about the [resource quotas](how-to-manage-quotas.md) you might encounter w
7777
* Upgrade `azureml-sdk[automl]` package to the latest version.
7878
* Add `azureml-dataprep` version 1.1.8 or above.
7979
* Add `pyarrow` version 0.11 or above.
80-
80+
81+
* **Pip Installation: Dependecies are not guaranteed to be consistent with single line installation**: This is a known limiation of pip as it does not have a functioning dependency resolver when you install as a single line. The first unique dependency is the only one it looks at. For example, if you notice that package 1 has version X > 1.0 and another package requires version X < 1.2, if the latest version X is 1.3 everything gets upgraded to 1.3 even though the 2nd package needs an older version. Refer to the following solution to upgrade the required packages:
82+
83+
* Instead of pip installing the Azure ML SDK as a single line, users should "pip install azure-ml datadrift; pip install azureml-train-automl" separately. The order does not matter.
84+
8185
## Create and manage workspaces
8286

8387
> [!WARNING]

0 commit comments

Comments
 (0)