Skip to content

Commit 8c31695

Browse files
Merge pull request #264977 from edebar01/patch-9
Update how-to-troubleshoot-environments.md
2 parents f3af121 + 36ddc7b commit 8c31695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ channels:
866866
Choose which Python version you want to use, and remove all other versions
867867
868868
```python
869-
myenv.python.conda_dependencies.remove_conda_package("python=3.6")
869+
myenv.python.conda_dependencies.remove_conda_package("python=3.8")
870870
```
871871

872872
:::moniker-end
@@ -1705,7 +1705,7 @@ Ensure that you have a working MPI installation (preference for MPI-3 support an
17051705
* If needed, follow these [steps on building MPI](https://mpi4py.readthedocs.io/en/stable/appendix.html#building-mpi-from-sources)
17061706

17071707
Ensure that you're using a compatible python version
1708-
* Azure Machine Learning requires Python 2.5 or 3.5+, but Python 3.7+ is recommended
1708+
* Python 3.8+ is recommended due to older versions reaching end-of-life
17091709
* See [mpi4py installation](https://aka.ms/azureml/environment/install-mpi4py)
17101710

17111711
**Resources**

0 commit comments

Comments
 (0)