我按照SQL Server 2017安装向导安装了Python功能,但安装完成失败:
数据库引擎服务已成功安装,但Python和Machine Learning服务安装失败。
以下是错误详细信息:
>Error installing Machine Learning Services (In-Database)
>An error occurred while creating local user account SQLEXPRESS00.
>Error code: 0x85700005然后我查看摘要日志,上面写着:
>Detailed results:
Feature: Python
Status: Failed
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
Component name: Machine Learning Services (In-Database)
Component error code: 0x85700005有谁有解决方案吗?
发布于 2019-12-04 19:37:07
我的SQL Server 2017版本是14.0.1000.169(RTM),我只是通过安装“SQL Server 2017的最新累积更新”将其更新到14.0.3238.1,并最终修复了这个问题~
以下是链接:
https://stackoverflow.com/questions/59171699
复制相似问题