microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 899 forks source link

Cannot install revoscalepy #7359

Open tcurtisholden71 opened 4 years ago

tcurtisholden71 commented 4 years ago

I would like to use revoscalepy with a Python 3 Azure Data Studio notebook. When I go to Manage Packages I do not see it as one of the installed packages. I then select Add New then put 'revoscalepy' into the seach box and select the Search button. The result is 'Could not find the specified package'. I expect to be able to install revoscalepy so it can be used with Python 3 notebooks in Azure Data Studio.

chlafreniere commented 4 years ago

Hi @tcurtisholden71. We only search the PyPi package index in the Manage Packages dialog (unless you have Conda installed, we'll search there as well). Does this particular package live in another index somewhere?

tcurtisholden71 commented 4 years ago

Should I follow the directions at the URL below to install a python client with all the machine learning packages, including revoscalepy, then have Azure Data Studio use this installation of python 3?

https://docs.microsoft.com/en-us/sql/advanced-analytics/python/setup-python-client-tools-sql?view=sql-server-2017