I have installed the Machine Learning service for R and Python on SQL Server 2019 Developer edition on Windows 10, according to the how-to from this site: https://docs.microsoft.com/en-us/sql/machine-learning/install/sql-machine-learning-services-windows-install?view=sql-server-ver15
The setup completes without errors and the installation log looks ok.
However, when we try to set the following configuration an error is encountered:
EXEC sp_configure 'external scripts enabled', 1 RECONFIGURE WITH OVERRIDE
Msg 39020, Level 16, State 1, Procedure sp_configure, Line 166 [Batch Start Line 0] Feature 'Advanced Analytics Extensions' is not installed. Please consult Books Online for more information on this feature.
I have not been able to resolve this after multple attempts to reinstall. Nor can I find any practical help. Thank you in advance
,