Skip to content

Commit 59098db

Browse files
Merge pull request #234924 from edebar01/patch-7
add invalid wheel filename to how-to-troubleshoot-environments.md
2 parents 01ecda8 + 9bfc195 commit 59098db

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,6 +1822,23 @@ This issue can happen when there's no package found that matches the version you
18221822
* [pypi](https://aka.ms/azureml/environment/pypi)
18231823
* [Installing Python Modules](https://docs.python.org/3/installing/index.html)
18241824
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+
18251842
## *Make issues*
18261843
### No targets specified and no makefile found
18271844
<!--issueDescription-->

0 commit comments

Comments
 (0)