You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using a YAML for your conda specification, include only one Python version as a dependency
734
+
735
+
**Resources**
736
+
*[CondaDependencies Class v1](python/api/azureml-core/azureml.core.conda_dependencies.condadependencies)
712
737
713
738
### Python version not supported
714
-
- The Python version provided in the environment definition isn't supported
715
-
- Consider using a newer version of Python
716
-
- See [Python versions](https://aka.ms/azureml/environment/python-versions) and [Python end-of-life dates](https://aka.ms/azureml/environment/python-end-of-life)
739
+
<!--issueDescription-->
740
+
**Potential causes:**
741
+
* You've specified a Python version that has reached its end-of-life and is no longer supported
742
+
743
+
**Affected areas (symptoms):**
744
+
* Failure in registering your environment
745
+
<!--/issueDescription-->
746
+
747
+
**Troubleshooting steps**
748
+
749
+
Specify a [python version](https://aka.ms/azureml/environment/python-versions) that hasn't reached and isn't nearing its [end-of-life](https://aka.ms/azureml/environment/python-end-of-life)
717
750
718
751
### Python version not recommended
719
-
- The Python version used in the environment definition is at or near its end of life, and should be avoided
720
-
- Consider using a newer version of Python as the specified version will eventually be unsupported
721
-
- See [Python versions](https://aka.ms/azureml/environment/python-versions) and [Python end-of-life dates](https://aka.ms/azureml/environment/python-end-of-life)
752
+
<!--issueDescription-->
753
+
**Potential causes:**
754
+
* You've specified a Python version that is at or near its end-of-life
755
+
756
+
**Affected areas (symptoms):**
757
+
* Failure in registering your environment
758
+
<!--/issueDescription-->
759
+
760
+
**Troubleshooting steps**
761
+
762
+
Specify a [python version](https://aka.ms/azureml/environment/python-versions) that hasn't reached and isn't nearing its [end-of-life](https://aka.ms/azureml/environment/python-end-of-life)
722
763
723
764
### Failed to validate Python version
724
-
- The provided Python version may have been formatted improperly or specified with incorrect syntax
725
-
- See [conda package pinning](https://aka.ms/azureml/environment/how-to-pin-conda-packages)
765
+
<!--issueDescription-->
766
+
**Potential causes:**
767
+
* The provided Python version was formatted improperly or specified with incorrect syntax
768
+
769
+
**Affected areas (symptoms):**
770
+
* Failure in registering your environment
771
+
<!--/issueDescription-->
772
+
773
+
**Troubleshooting steps**
774
+
775
+
*Applies to: Python SDK v1*
776
+
777
+
Use correct syntax to specify a Python version using the SDK
0 commit comments