@@ -601,18 +601,6 @@ environment definition
601
601
version of a package on subsequent builds of an environment. This behavior can lead to unexpected errors
602
602
- See [ conda package pinning] ( https://aka.ms/azureml/environment/how-to-pin-conda-packages )
603
603
604
- ### UTF-8 decoding error
605
- <!-- issueDescription-->
606
- This issue can happen when there's a failure decoding a character in your conda specification.
607
-
608
- ** Potential causes:**
609
- * Your conda YAML file contains characters that aren't compatible with UTF-8.
610
-
611
- ** Affected areas (symptoms):**
612
- * Failure in building environments from UI, SDK, and CLI.
613
- * Failure in running jobs because it will implicitly build the environment in the first step.
614
- <!-- /issueDescription-->
615
-
616
604
### * Pip issues*
617
605
### Pip not specified
618
606
- For reproducibility, pip should be specified as a dependency in your conda specification, and it should be pinned
@@ -1141,6 +1129,18 @@ This issue can happen when a package is specified on the command line using "<"
1141
1129
Add quotes around the package specification
1142
1130
* For example, change ` conda install -y pip<=20.1.1 ` to ` conda install -y "pip<=20.1.1" `
1143
1131
1132
+ ### UTF-8 decoding error
1133
+ <!-- issueDescription-->
1134
+ This issue can happen when there's a failure decoding a character in your conda specification.
1135
+
1136
+ ** Potential causes:**
1137
+ * Your conda YAML file contains characters that aren't compatible with UTF-8.
1138
+
1139
+ ** Affected areas (symptoms):**
1140
+ * Failure in building environments from UI, SDK, and CLI.
1141
+ * Failure in running jobs because it will implicitly build the environment in the first step.
1142
+ <!-- /issueDescription-->
1143
+
1144
1144
### * Pip issues during build*
1145
1145
### Failed to install packages
1146
1146
<!-- issueDescription-->
0 commit comments