Skip to content

Commit 18c10f6

Browse files
authored
Update sql-machine-learning-services-windows-install-sql-2022.md
There is a missing installation of the Python "packaging" module (added to the commands) without which the redirection of "os.devnull" doesn't work.
1 parent 4893a0c commit 18c10f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes f
158158
159159
```cmd
160160
cd "C:\Program Files\Python310\"
161-
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" dill numpy==1.22.0 pandas patsy python-dateutil
161+
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" dill numpy==1.22.0 pandas patsy python-dateutil packaging
162162
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" https://aka.ms/sqlml/python3.10/windows/revoscalepy-10.0.1-py3-none-any.whl
163163
```
164164

0 commit comments

Comments
 (0)