sqlmlutils icon indicating copy to clipboard operation
sqlmlutils copied to clipboard

Utility functions for easier usage of SQL Server Machine Learning Services

Results 14 sqlmlutils issues
Sort by recently updated
recently updated
newest added

Updates code snippet formatting to add syntax highlighting/color where possible.

Got python to work, but installing packages throws this error. As a FYI - I could not get sqlmlutils to work on 2019. It would look like it install, but...

It's basicallty a pip install with the "--extra-index-url" flag

using the current examples I cant install the package. import sqlmlutils connection = sqlmlutils.ConnectionInfo(server="name,port", database="dbname", uid="accname", pwd="accpwd") sqlmlutils.SQLPackageManager(connection).install("XGBoost") the error I am getting: Traceback (most recent call last): File "C:\Users\engserveradmin\AppData\Roaming\Python\Python37\site-packages\sqlmlutils\sqlqueryexecutor.py",...

Hi, I'm checking which packages are already installed (SQL Server 2019) and the related library path using a specific connection string `connection

I am using Azure Data Studio and when I run the command: sqlmlutils.SQLPackageManager(connection).install("text-tools") I got the error below. My python version is 3.8.2 RuntimeError Traceback (most recent call last) in...

From the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2) Then I run these 3 python statements ``` import sqlmlutils connection=sqlmlutils.ConnectionInfo(server="localhost",database="mydatabase") sqlmlutils.SQLPackageManager(connection).install("torch") ``` **The last...

This is not clearly described in the documentation either here or [on Microsoft's website](https://docs.microsoft.com/en-us/sql/advanced-analytics/package-management/install-additional-python-packages-on-sql-server?view=sql-server-ver15). What is the process to upgrade a Python package to a later version when you receive...

I'm trying to install a large R package (~65MB) using sqlmlutils onto SQL Server 2019 CU1.  I get the following error when doing so: **Error: Installation of packages failed with...