Skip to content

Commit 977b4ff

Browse files
authored
Apply suggestions from code review
1 parent 15dbcfc commit 977b4ff

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/machine-learning/component-reference/component-reference.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,22 @@ Learn about the [error messages and exception codes](designer-error-codes.md) th
6767

6868
All built-in components in the designer will be executed in a fixed environment provided by Microsoft.
6969

70-
Previously this environment was based on Python 3.6, and now it is upgraded to Python 3.8. This upgrading is transparent - the components will be automatically run in Python 3.8 environment. This may have following impacts.
70+
Previously this environment was based on Python 3.6, and now has been upgraded to Python 3.8. This upgrade is transparent as in the components will automatically run in the Python 3.8 environment and requires no action from the user. The environment update may impact component outputs and deploying real-time endpoint from a real-time inference, see the following sections to learn more.
7171

7272
### Components outputs are different from previous results
7373

74-
After Python version is upgraded from 3.6 to 3.8, the dependencies of built-in components may be also upgraded accordingly. Hence, you may find some components outputs are different from previous results.
74+
After the Python version is upgraded from 3.6 to 3.8, the dependencies of built-in components may be also upgraded accordingly. Hence, you may find some components outputs are different from previous results.
7575

76-
If you are using Execute Python Script component, previously if you installed packages tied to Python 3.6, you may run into errors like "Could not find a version that satisfies the requirement" or "No matching distribution found", then you need to specify the package version adapted to Python 3.8, and run your pipeline again.
76+
If you are using the Execute Python Script component and have previously installed packages tied to Python 3.6, you may run into errors like:
77+
- "Could not find a version that satisfies the requirement."
78+
- "No matching distribution found."
79+
Then you'll need to specify the package version adapted to Python 3.8, and run your pipeline again.
7780

7881
### Deploy real-time endpoint from real-time inference pipeline issue
7982

8083
If you directly deploy real-time endpoint from a previous completed real-time inference pipeline, it may run into errors.
8184

82-
**Recommendation**: clone the inference pipeline and submit it again, and then deploy to real-time endpoint.
85+
**Recommendation**: clone the inference pipeline and submit it again, then deploy to real-time endpoint.
8386

8487

8588
## Next steps

0 commit comments

Comments
 (0)