Skip to content

Commit fc330b3

Browse files
Merge pull request #211952 from saachigopal/patch-29
v1/v2 update
2 parents 7b4776c + e14fc89 commit fc330b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ It's best to use newer, non-deprecated versions.
234234
"conda-forge"
235235
],
236236
"dependencies": [
237-
"python=3.6.2"
237+
"python=3.8"
238238
],
239239
},
240240
"condaDependenciesFile": null,
@@ -245,8 +245,10 @@ It's best to use newer, non-deprecated versions.
245245
- See [PythonSection class](https://aka.ms/azureml/environment/environment-python-section)
246246

247247
#### **"Python version missing"**
248+
*V1*
249+
248250
- A Python version must be specified in the environment definition
249-
- A Python version can be added by adding Python as a conda package, specifying the version:
251+
- A Python version can be added by adding Python as a conda package, specifying the version (this is specific to SDK V1):
250252

251253
```python
252254
from azureml.core.environment import CondaDependencies

0 commit comments

Comments
 (0)