I'm setting up Azure Data Studio ( ADS ) 1.29 running the Machine Learning extension , to manage SQL 2019 Machine Learning Services in Win2016. The reason for running ADS is so I can install Python and R packages into SQL MLS via ADS. Ultimately we will use this against an Azure SQL Managed Instance ( MI ).
I have configured the default Python and R directories installed by SQL 2019 MLS on the server, as my Python and R machine learning paths in Settings\Extensions\Machine Learning.
When I go to the ADS Machine learning extension and click on "Manage Packages" I get these errors which I cant resolve :
"the following R packages are required to be installed vctrs, odbc , sqlmlutils"
These R packages are confirmed installed in SQL server. Not sure how you check if they are installed in ADS?
"the following python packages are required to be installed sqlmlutils==1.0.3"
These Python packages are confirmed installed in both ADS and SQL server.
"Failed to complete task 'Verifying package management dependencies' : Error invalid selection.
This error directly above seems to be a result of the first 2 errors.
I have tried reinstalling ADS in new directory etc but this has not worked.
Any assistance appreciated....