August 17, 2020 at 3:19 pm
Trying to install the PowerShell Kernel for ADS and it wont complete the download, this I am guessing is down to our policy to no longer allow connections to anything using the older TLS/SSL protocols, so it's blocking the download.
Anyone know of a way I can force ADS to use a different version of TLS/SSL or how to install the kernels outside of ADS and then how I force python to use a different TLS/SSL version?
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)'),)': /simple/jupyter/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)'),)': /jupyter/
August 18, 2020 at 4:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
August 19, 2020 at 11:42 am
Had to break out of ADS and install manually from python instead
"C:\Users\<myuser>\azuredatastudio-python\0.0.1\python.exe" -m pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --upgrade pip --user
"C:\Users\<myuser>\azuredatastudio-python\0.0.1\python.exe" -m pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --trusted-host=prose-python-packages.azurewebsites.net --user "jupyter>=1.0.0" "pandas>=0.24.2" "sparkmagic>=0.12.9" "prose-codeaccelerator>=1.3.0" "powershell-kernel>=0.1.3" --extra-index-url https://prose-python-packages.azurewebsites.net
August 19, 2020 at 5:53 pm
Response from Kevin at MS : https://twitter.com/kevcunnane/status/1296142423135944706
Basically, you're doing it right.
November 3, 2020 at 3:03 pm
For others having this same issue, in my case it was that I had 2 different PATH location references for Python. One included C:\Users\<username>\AppData\Roaming\Python\Python36\Scripts and one did not, the path was slightly different. I kept this one above and this solved my issue within Azure Data Studio which allowed me to install the Kernel Python 3.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy