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.58k stars 908 forks source link

Trouble Establishing Python3 Kernel #25908

Open ct-ucsd opened 2 months ago

ct-ucsd commented 2 months ago

Hello, I'm having an issue with setting up my python3 kernel to set up a notebook. I have anaconda downloaded and I'm setting the Python location to .\AppData\Local\anaconda3. There is a python.exe file at that file location. The error that I'm experiencing is with installing notebook dependencies.

AttributeError: module 'setuptools.msvc' has no attribute 'msvc14_get_vc_env'

I have ms buildtools installed on my computer as well. What might my issue be?