Skip to content

Commit 8399fe3

Browse files
authored
move utf-8 under build issues
1 parent 6be39c3 commit 8399fe3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -601,18 +601,6 @@ environment definition
601601
version of a package on subsequent builds of an environment. This behavior can lead to unexpected errors
602602
- See [conda package pinning](https://aka.ms/azureml/environment/how-to-pin-conda-packages)
603603

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-
616604
### *Pip issues*
617605
### Pip not specified
618606
- 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 "<"
11411129
Add quotes around the package specification
11421130
* For example, change `conda install -y pip<=20.1.1` to `conda install -y "pip<=20.1.1"`
11431131

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+
11441144
### *Pip issues during build*
11451145
### Failed to install packages
11461146
<!--issueDescription-->

0 commit comments

Comments
 (0)