【发布时间】:2021-05-27 07:49:14
【问题描述】:
我们将带有机器学习服务 (MLS) 的 SQL Server 2017 从运行 R 3.3.3 和 Python 3.5.2 更改为 R 3.5.2 和 Python 3.7.1。
SQL 2017 CU22 安装了 R & Python 的更高价值,因此您必须运行一个 exe 来告诉 SQL 使用通过 CU22 安装在磁盘上的更高 R & Python 版本。
成功完成后,当我们重新启动 Python 时出现错误:
Msg 39021, Level 16, State 1, Line 0
Unable to launch runtime for 'Python' script. Please check the configuration of the 'Python' runtime.
Msg 39019, Level 16, State 2, Line 0
An external script error occurred:
Unable to launch the runtime. ErrorCode 0x80070057: 87(The parameter is incorrect.).
这是以下解决方案的问题描述和占位符。
请参阅下面的成功解决方案。
【问题讨论】:
标签: python r machine-learning sql-server-2017