Unable to install linter in VSCode and in turn run any Python code
I have tried installing openssl. I have tried it with multiple different GitHub project repos. I have also tried it with Pycharm. It works fine in Pycharm
PS C:\Users\xxx\my_project\my_project>& C:/Users/xxx/Documents/Anaconda/Scripts/conda.exe install --name myenv pylint Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: /pkgs/main/win-64/current_repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))
I expect VSCode to be able to install the linter and allow me to run the code just like Pycharm is