PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 5th of October, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[15:33:19] <frizzkitten> Hey there, I've been trying to get pip to install multiple things but with everything I try it tells me
[15:33:36] <frizzkitten> oh shoot i didn't realize shift + enter still posts haha
[15:34:02] <frizzkitten> it tells me this: "There was a problem confirming the ssl certificate"
[15:34:24] <frizzkitten> here's the full output when i do pip install --upgrade -vvv pip
[15:34:32] <frizzkitten> 1 location(s) to search for versions of pip:* https://pypi.python.org/simple/pip/Getting page https://pypi.python.org/simple/pip/Looking up "https://pypi.python.org/simple/pip/" in the cacheReturning cached "301 Moved Permanently" response (ignoring date and etag information)Looking up "https://pypi.org/simple/pip/" in the cacheCurrent age based on
[15:34:33] <frizzkitten> date: 43969677Freshness lifetime from max-age: 600Freshness lifetime from request max-age: 600Starting new HTTPS connection (1): pypi.orgCould not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720) - skippingInstalled
[15:34:33] <frizzkitten> version (9.0.1) is most up-to-date (past versions: none)Requirement already up-to-date: pip in ./env/lib/python3.5/site-packagesCleaning up...Looking up "https://pypi.python.org/pypi/pip/json" in the cacheReturning cached "301 Moved Permanently" response (ignoring date and etag information)Looking up "https://pypi.org/pypi/pip/json" in the
[15:34:34] <frizzkitten> cacheCurrent age based on date: 43969675Freshness lifetime from max-age: 900Starting new HTTPS connection (1): pypi.orgThere was an error checking the latest version of pipTraceback (most recent call last): File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line
[15:34:34] <frizzkitten> 595, in urlopen chunked=chunked) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 352, in _make_request self._validate_conn(conn) File
[15:34:35] <frizzkitten> "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 831, in _validate_conn conn.connect() File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/connection.py", line 289, in connect
[15:34:35] <frizzkitten> ssl_version=resolved_ssl_version) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py", line 308, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line
[15:34:36] <frizzkitten> 385, in wrap_socket _context=self) File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 760, in __init__ self.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File
[15:34:36] <frizzkitten> "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 641, in do_handshake self._sslobj.do_handshake()ssl.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720)During handling of the above exception, another exception occurred:Traceback (most recent call last): File
[15:34:37] <frizzkitten> "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/adapters.py", line 423, in send timeout=timeout File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 621, in urlopen raise
[15:34:37] <frizzkitten> SSLError(e)pip._vendor.requests.packages.urllib3.exceptions.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720)During handling of the above exception, another exception occurred:Traceback (most recent call last): File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/utils/outdated.py",
[15:34:38] <frizzkitten> line 126, in pip_version_check headers={"Accept": "application/json"}, File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 488, in get return self.request('GET', url, **kwargs) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/download.py", line
[15:34:38] <frizzkitten> 386, in request return super(PipSession, self).request(method, url, *args, **kwargs) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 475, in request resp = self.send(prep, **send_kwargs) File
[15:34:39] <frizzkitten> "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 617, in send history = [resp for resp in gen] if allow_redirects else [] File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 617, in <listcomp> history = [resp for
[15:34:39] <frizzkitten> resp in gen] if allow_redirects else [] File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 177, in resolve_redirects **adapter_kwargs File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/sessions.py", line 596, in send r =
[15:34:40] <frizzkitten> adapter.send(request, **kwargs) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send resp = super(CacheControlAdapter, self).send(request, **kw) File "/Users/frizz/Documents/Code/natalchart/env/lib/python3.5/site-packages/pip/_vendor/requests/adapters.py", line 497,
[15:34:40] <frizzkitten> in send raise SSLError(e, request=request)pip._vendor.requests.exceptions.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720)
[15:35:08] <frizzkitten> i'm on mac mojave 10.14.6
[15:35:23] <frizzkitten> any help would be greatly appreciated!