Answer the question
In order to leave comments, you need to log in
How to fix SSL error in VS code in Python?
I began to switch to VS Code and, in order to properly deal with it, I decided to write a small project on it. I won’t go into details, but I’ll just say that this is a VK bot.
As a result, I wrote several lines of importing the necessary libraries, saw an error that there was no vk_api library, and without thinking twice I wrote:
pip install vk_api
Could not fetch URL https://pypi.python.org/simple/vk-api/ : There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
Answer the question
In order to leave comments, you need to log in
Tried this:
brew uninstall openssl
brew update && brew upgrade && brew cleanup && brew doctor
brew install openssl
pip3 install vk_api
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question