I recently installed SQL Server 2017 on my machine and configured both Python & R services.
When running below code I am getting "STDERR" message along with the actual output.
Can someone please help me understand why I'm getting that error and how to fix it? Thanks in advance.
exec sp_execute_external_script
@language=N'R'
, @script=N'print(R.version)'
go