File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1822,6 +1822,23 @@ This issue can happen when there's no package found that matches the version you
1822
1822
* [pypi](https://aka.ms/azureml/environment/pypi)
1823
1823
* [Installing Python Modules](https://docs.python.org/3/installing/index.html)
1824
1824
1825
+ ### Invalid wheel filename
1826
+ <!--issueDescription-->
1827
+ This issue can happen when you've specified a wheel file incorrectly.
1828
+
1829
+ **Potential causes:**
1830
+ * You spelled the wheel filename incorrectly or used improper formatting
1831
+ * The wheel file you specified can't be found
1832
+
1833
+ **Affected areas (symptoms):**
1834
+ * Failure in building environments from UI, SDK, and CLI.
1835
+ * Failure in running jobs because Azure Machine Learning implicitly builds the environment in the first step.
1836
+ <!--/issueDescription-->
1837
+
1838
+ **Troubleshooting steps**
1839
+ * Ensure that you've spelled the filename correctly and that it exists
1840
+ * Ensure that you're following the [format for wheel filenames](https://peps.python.org/pep-0491/#file-format)
1841
+
1825
1842
## *Make issues*
1826
1843
### No targets specified and no makefile found
1827
1844
<!--issueDescription-->
You can’t perform that action at this time.
0 commit comments