2018-08-01 21:29:33,224 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 21:29:36,261 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 21:29:37,579 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-01 21:30:34,632 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:30:34,633 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:30:34,634 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:30:34,635 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-01 21:30:52,151 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:31:07,529 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:31:23,656 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:31:40,702 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:31:59,932 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:32:15,526 ! Exception: 2018-08-01 21:32:15,526 ! Traceback (most recent call last): 2018-08-01 21:32:15,527 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-01 21:32:15,527 ! status = self.run(options, args) 2018-08-01 21:32:15,528 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-01 21:32:15,528 ! wb.build(autobuilding=True) 2018-08-01 21:32:15,529 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-01 21:32:15,529 ! self.requirement_set.prepare_files(self.finder) 2018-08-01 21:32:15,529 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-01 21:32:15,530 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-01 21:32:15,530 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-01 21:32:15,531 ! session=self.session, hashes=hashes) 2018-08-01 21:32:15,531 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-01 21:32:15,531 ! hashes=hashes 2018-08-01 21:32:15,532 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-01 21:32:15,532 ! hashes) 2018-08-01 21:32:15,533 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-01 21:32:15,533 ! stream=True, 2018-08-01 21:32:15,533 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-01 21:32:15,534 ! return self.request('GET', url, **kwargs) 2018-08-01 21:32:15,534 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-01 21:32:15,534 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-01 21:32:15,535 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-01 21:32:15,535 ! resp = self.send(prep, **send_kwargs) 2018-08-01 21:32:15,535 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-01 21:32:15,536 ! r = adapter.send(request, **kwargs) 2018-08-01 21:32:15,536 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-01 21:32:15,537 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-01 21:32:15,537 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-01 21:32:15,537 ! raise ConnectionError(e, request=request) 2018-08-01 21:32:15,538 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-01 21:32:15,538 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-01 21:32:15,538 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-01 21:32:44,332 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 21:32:47,369 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 21:32:49,739 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-01 21:33:33,779 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:33:33,780 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:33:33,780 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 21:33:33,781 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-01 21:33:49,294 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:34:04,721 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:34:21,100 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:34:38,124 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:34:57,404 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 21:35:12,949 ! Exception: 2018-08-01 21:35:12,950 ! Traceback (most recent call last): 2018-08-01 21:35:12,951 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-01 21:35:12,951 ! status = self.run(options, args) 2018-08-01 21:35:12,951 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-01 21:35:12,952 ! wb.build(autobuilding=True) 2018-08-01 21:35:12,952 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-01 21:35:12,952 ! self.requirement_set.prepare_files(self.finder) 2018-08-01 21:35:12,953 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-01 21:35:12,953 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-01 21:35:12,954 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-01 21:35:12,954 ! session=self.session, hashes=hashes) 2018-08-01 21:35:12,954 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-01 21:35:12,955 ! hashes=hashes 2018-08-01 21:35:12,955 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-01 21:35:12,956 ! hashes) 2018-08-01 21:35:12,956 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-01 21:35:12,956 ! stream=True, 2018-08-01 21:35:12,957 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-01 21:35:12,957 ! return self.request('GET', url, **kwargs) 2018-08-01 21:35:12,958 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-01 21:35:12,958 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-01 21:35:12,958 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-01 21:35:12,959 ! resp = self.send(prep, **send_kwargs) 2018-08-01 21:35:12,959 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-01 21:35:12,959 ! r = adapter.send(request, **kwargs) 2018-08-01 21:35:12,960 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-01 21:35:12,960 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-01 21:35:12,960 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-01 21:35:12,961 ! raise ConnectionError(e, request=request) 2018-08-01 21:35:12,961 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-01 21:35:12,962 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-01 21:35:12,962 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-01 23:56:28,649 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 23:56:31,674 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-01 23:56:34,678 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-01 23:57:15,240 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 23:57:15,241 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 23:57:15,242 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-01 23:57:15,242 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-01 23:57:32,120 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 23:57:48,133 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 23:58:04,147 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 23:58:21,161 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 23:58:40,176 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-01 23:58:55,505 ! Exception: 2018-08-01 23:58:55,506 ! Traceback (most recent call last): 2018-08-01 23:58:55,506 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-01 23:58:55,507 ! status = self.run(options, args) 2018-08-01 23:58:55,507 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-01 23:58:55,507 ! wb.build(autobuilding=True) 2018-08-01 23:58:55,508 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-01 23:58:55,508 ! self.requirement_set.prepare_files(self.finder) 2018-08-01 23:58:55,508 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-01 23:58:55,509 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-01 23:58:55,509 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-01 23:58:55,510 ! session=self.session, hashes=hashes) 2018-08-01 23:58:55,510 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-01 23:58:55,510 ! hashes=hashes 2018-08-01 23:58:55,511 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-01 23:58:55,511 ! hashes) 2018-08-01 23:58:55,512 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-01 23:58:55,512 ! stream=True, 2018-08-01 23:58:55,512 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-01 23:58:55,513 ! return self.request('GET', url, **kwargs) 2018-08-01 23:58:55,513 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-01 23:58:55,514 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-01 23:58:55,514 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-01 23:58:55,514 ! resp = self.send(prep, **send_kwargs) 2018-08-01 23:58:55,515 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-01 23:58:55,515 ! r = adapter.send(request, **kwargs) 2018-08-01 23:58:55,515 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-01 23:58:55,516 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-01 23:58:55,516 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-01 23:58:55,516 ! raise ConnectionError(e, request=request) 2018-08-01 23:58:55,517 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-01 23:58:55,517 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-01 23:58:55,517 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-02 14:50:10,630 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-02 14:50:13,669 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-02 14:50:16,174 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-02 14:50:41,252 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-02 14:50:41,253 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-02 14:50:41,253 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-02 14:50:41,254 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-02 14:50:58,768 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-02 14:51:14,045 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-02 14:51:30,123 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-02 14:51:47,170 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-02 14:52:06,400 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-02 14:52:21,994 ! Exception: 2018-08-02 14:52:21,995 ! Traceback (most recent call last): 2018-08-02 14:52:21,996 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-02 14:52:21,997 ! status = self.run(options, args) 2018-08-02 14:52:21,997 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-02 14:52:21,997 ! wb.build(autobuilding=True) 2018-08-02 14:52:21,998 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-02 14:52:21,998 ! self.requirement_set.prepare_files(self.finder) 2018-08-02 14:52:21,999 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-02 14:52:21,999 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-02 14:52:21,999 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-02 14:52:22,000 ! session=self.session, hashes=hashes) 2018-08-02 14:52:22,000 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-02 14:52:22,000 ! hashes=hashes 2018-08-02 14:52:22,001 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-02 14:52:22,001 ! hashes) 2018-08-02 14:52:22,002 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-02 14:52:22,002 ! stream=True, 2018-08-02 14:52:22,002 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-02 14:52:22,003 ! return self.request('GET', url, **kwargs) 2018-08-02 14:52:22,003 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-02 14:52:22,004 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-02 14:52:22,004 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-02 14:52:22,004 ! resp = self.send(prep, **send_kwargs) 2018-08-02 14:52:22,005 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-02 14:52:22,005 ! r = adapter.send(request, **kwargs) 2018-08-02 14:52:22,005 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-02 14:52:22,006 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-02 14:52:22,006 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-02 14:52:22,006 ! raise ConnectionError(e, request=request) 2018-08-02 14:52:22,007 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-02 14:52:22,007 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-02 14:52:22,008 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-03 15:35:02,115 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-03 15:35:05,154 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-03 15:35:08,160 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-03 15:35:39,337 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-03 15:35:39,338 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-03 15:35:39,339 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-03 15:35:39,340 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-03 15:35:56,855 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-03 15:36:11,932 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-03 15:36:28,061 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-03 15:36:45,077 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-03 15:37:04,158 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-03 15:37:19,802 ! Exception: 2018-08-03 15:37:19,803 ! Traceback (most recent call last): 2018-08-03 15:37:19,803 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-03 15:37:19,804 ! status = self.run(options, args) 2018-08-03 15:37:19,804 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-03 15:37:19,805 ! wb.build(autobuilding=True) 2018-08-03 15:37:19,805 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-03 15:37:19,806 ! self.requirement_set.prepare_files(self.finder) 2018-08-03 15:37:19,806 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-03 15:37:19,807 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-03 15:37:19,807 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-03 15:37:19,807 ! session=self.session, hashes=hashes) 2018-08-03 15:37:19,808 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-03 15:37:19,808 ! hashes=hashes 2018-08-03 15:37:19,809 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-03 15:37:19,809 ! hashes) 2018-08-03 15:37:19,809 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-03 15:37:19,810 ! stream=True, 2018-08-03 15:37:19,810 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-03 15:37:19,811 ! return self.request('GET', url, **kwargs) 2018-08-03 15:37:19,811 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-03 15:37:19,812 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-03 15:37:19,812 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-03 15:37:19,813 ! resp = self.send(prep, **send_kwargs) 2018-08-03 15:37:19,813 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-03 15:37:19,814 ! r = adapter.send(request, **kwargs) 2018-08-03 15:37:19,814 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-03 15:37:19,814 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-03 15:37:19,815 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-03 15:37:19,815 ! raise ConnectionError(e, request=request) 2018-08-03 15:37:19,815 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-03 15:37:19,816 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-03 15:37:19,816 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-06 17:58:39,829 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-06 17:58:43,045 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-06 17:58:46,050 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-06 17:59:08,199 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-06 17:59:08,200 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-06 17:59:08,200 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-06 17:59:08,201 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-06 17:59:24,889 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-06 17:59:40,408 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-06 17:59:56,458 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-06 18:00:13,592 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-06 18:00:32,777 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-06 18:00:48,475 ! Exception: 2018-08-06 18:00:48,476 ! Traceback (most recent call last): 2018-08-06 18:00:48,477 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-06 18:00:48,477 ! status = self.run(options, args) 2018-08-06 18:00:48,477 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-06 18:00:48,478 ! wb.build(autobuilding=True) 2018-08-06 18:00:48,478 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-06 18:00:48,478 ! self.requirement_set.prepare_files(self.finder) 2018-08-06 18:00:48,479 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-06 18:00:48,479 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-06 18:00:48,480 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-06 18:00:48,480 ! session=self.session, hashes=hashes) 2018-08-06 18:00:48,481 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-06 18:00:48,481 ! hashes=hashes 2018-08-06 18:00:48,482 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-06 18:00:48,482 ! hashes) 2018-08-06 18:00:48,483 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-06 18:00:48,483 ! stream=True, 2018-08-06 18:00:48,483 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-06 18:00:48,484 ! return self.request('GET', url, **kwargs) 2018-08-06 18:00:48,484 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-06 18:00:48,485 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-06 18:00:48,485 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-06 18:00:48,485 ! resp = self.send(prep, **send_kwargs) 2018-08-06 18:00:48,486 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-06 18:00:48,486 ! r = adapter.send(request, **kwargs) 2018-08-06 18:00:48,486 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-06 18:00:48,487 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-06 18:00:48,487 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-06 18:00:48,488 ! raise ConnectionError(e, request=request) 2018-08-06 18:00:48,488 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-06 18:00:48,488 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-06 18:00:48,489 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-06 18:00:48,502 /home/pi/oprint/bin/python2 -m pip install https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/0.1.3.zip 2018-08-06 18:00:51,689 > Collecting https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/0.1.3.zip 2018-08-06 18:00:53,106 > Downloading https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/0.1.3.zip (1.0MB) 2018-08-06 18:01:01,115 > Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python2.7/site-packages (from Bed-Visualizer==0.1.3) 2018-08-06 18:01:02,119 > Collecting numpy (from Bed-Visualizer==0.1.3) 2018-08-06 18:01:25,105 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip 2018-08-06 18:01:41,122 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip 2018-08-06 18:01:57,140 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip 2018-08-06 18:02:14,158 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip 2018-08-06 18:02:33,180 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip 2018-08-06 18:02:48,682 ! Exception: 2018-08-06 18:02:48,683 ! Traceback (most recent call last): 2018-08-06 18:02:48,683 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-06 18:02:48,684 ! status = self.run(options, args) 2018-08-06 18:02:48,684 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-06 18:02:48,685 ! wb.build(autobuilding=True) 2018-08-06 18:02:48,685 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-06 18:02:48,685 ! self.requirement_set.prepare_files(self.finder) 2018-08-06 18:02:48,686 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-06 18:02:48,686 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-06 18:02:48,687 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-06 18:02:48,687 ! session=self.session, hashes=hashes) 2018-08-06 18:02:48,688 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-06 18:02:48,688 ! hashes=hashes 2018-08-06 18:02:48,688 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-06 18:02:48,689 ! hashes) 2018-08-06 18:02:48,689 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-06 18:02:48,690 ! stream=True, 2018-08-06 18:02:48,690 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-06 18:02:48,691 ! return self.request('GET', url, **kwargs) 2018-08-06 18:02:48,691 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-06 18:02:48,692 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-06 18:02:48,692 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-06 18:02:48,693 ! resp = self.send(prep, **send_kwargs) 2018-08-06 18:02:48,693 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-06 18:02:48,693 ! r = adapter.send(request, **kwargs) 2018-08-06 18:02:48,694 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-06 18:02:48,694 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-06 18:02:48,694 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-06 18:02:48,695 ! raise ConnectionError(e, request=request) 2018-08-06 18:02:48,695 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/3a/20/c81632328b1a4e1db65f45c0a1350a9c5341fd4bbb8ea66cdd98da56fe2e/numpy-1.15.0.zip (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-06 18:02:48,696 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-06 18:02:48,696 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-07 15:19:10,522 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 15:19:13,546 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 15:19:16,551 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-07 15:19:41,644 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 15:19:41,645 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 15:19:41,645 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 15:19:41,646 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-07 15:19:58,661 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 15:20:14,179 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 15:20:30,204 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 15:20:47,337 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 15:21:06,671 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 15:21:22,318 ! Exception: 2018-08-07 15:21:22,319 ! Traceback (most recent call last): 2018-08-07 15:21:22,319 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-07 15:21:22,320 ! status = self.run(options, args) 2018-08-07 15:21:22,320 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-07 15:21:22,321 ! wb.build(autobuilding=True) 2018-08-07 15:21:22,321 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-07 15:21:22,321 ! self.requirement_set.prepare_files(self.finder) 2018-08-07 15:21:22,322 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-07 15:21:22,322 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-07 15:21:22,323 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-07 15:21:22,323 ! session=self.session, hashes=hashes) 2018-08-07 15:21:22,323 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-07 15:21:22,324 ! hashes=hashes 2018-08-07 15:21:22,324 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-07 15:21:22,325 ! hashes) 2018-08-07 15:21:22,325 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-07 15:21:22,325 ! stream=True, 2018-08-07 15:21:22,326 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-07 15:21:22,326 ! return self.request('GET', url, **kwargs) 2018-08-07 15:21:22,327 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-07 15:21:22,327 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-07 15:21:22,327 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-07 15:21:22,328 ! resp = self.send(prep, **send_kwargs) 2018-08-07 15:21:22,328 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-07 15:21:22,328 ! r = adapter.send(request, **kwargs) 2018-08-07 15:21:22,329 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-07 15:21:22,329 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-07 15:21:22,330 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-07 15:21:22,330 ! raise ConnectionError(e, request=request) 2018-08-07 15:21:22,330 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-07 15:21:22,331 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-07 15:21:22,331 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-07 16:21:50,273 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 16:21:53,297 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 16:21:56,303 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-07 16:22:26,372 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 16:22:26,373 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 16:22:26,373 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 16:22:26,374 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-07 16:22:43,302 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 16:22:59,317 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 16:23:15,332 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 16:23:32,348 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 16:23:51,365 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 16:24:06,745 ! Exception: 2018-08-07 16:24:06,746 ! Traceback (most recent call last): 2018-08-07 16:24:06,746 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-07 16:24:06,747 ! status = self.run(options, args) 2018-08-07 16:24:06,747 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-07 16:24:06,748 ! wb.build(autobuilding=True) 2018-08-07 16:24:06,748 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-07 16:24:06,749 ! self.requirement_set.prepare_files(self.finder) 2018-08-07 16:24:06,749 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-07 16:24:06,750 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-07 16:24:06,750 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-07 16:24:06,751 ! session=self.session, hashes=hashes) 2018-08-07 16:24:06,751 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-07 16:24:06,752 ! hashes=hashes 2018-08-07 16:24:06,752 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-07 16:24:06,753 ! hashes) 2018-08-07 16:24:06,753 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-07 16:24:06,753 ! stream=True, 2018-08-07 16:24:06,754 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-07 16:24:06,754 ! return self.request('GET', url, **kwargs) 2018-08-07 16:24:06,755 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-07 16:24:06,755 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-07 16:24:06,755 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-07 16:24:06,756 ! resp = self.send(prep, **send_kwargs) 2018-08-07 16:24:06,756 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-07 16:24:06,756 ! r = adapter.send(request, **kwargs) 2018-08-07 16:24:06,757 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-07 16:24:06,757 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-07 16:24:06,757 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-07 16:24:06,758 ! raise ConnectionError(e, request=request) 2018-08-07 16:24:06,758 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-07 16:24:06,759 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-07 16:24:06,759 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-07 17:42:26,671 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 17:42:29,698 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 17:42:37,707 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-07 17:43:10,740 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 17:43:10,741 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 17:43:10,741 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 17:43:10,742 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-07 17:43:28,260 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 17:43:43,544 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 17:43:59,731 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 17:44:16,753 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 17:44:35,941 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 17:44:51,543 ! Exception: 2018-08-07 17:44:51,544 ! Traceback (most recent call last): 2018-08-07 17:44:51,545 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-07 17:44:51,545 ! status = self.run(options, args) 2018-08-07 17:44:51,545 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-07 17:44:51,546 ! wb.build(autobuilding=True) 2018-08-07 17:44:51,546 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-07 17:44:51,547 ! self.requirement_set.prepare_files(self.finder) 2018-08-07 17:44:51,547 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-07 17:44:51,548 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-07 17:44:51,548 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-07 17:44:51,549 ! session=self.session, hashes=hashes) 2018-08-07 17:44:51,549 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-07 17:44:51,550 ! hashes=hashes 2018-08-07 17:44:51,551 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-07 17:44:51,551 ! hashes) 2018-08-07 17:44:51,552 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-07 17:44:51,552 ! stream=True, 2018-08-07 17:44:51,552 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-07 17:44:51,553 ! return self.request('GET', url, **kwargs) 2018-08-07 17:44:51,553 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-07 17:44:51,554 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-07 17:44:51,555 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-07 17:44:51,555 ! resp = self.send(prep, **send_kwargs) 2018-08-07 17:44:51,555 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-07 17:44:51,556 ! r = adapter.send(request, **kwargs) 2018-08-07 17:44:51,556 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-07 17:44:51,557 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-07 17:44:51,557 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-07 17:44:51,558 ! raise ConnectionError(e, request=request) 2018-08-07 17:44:51,558 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-07 17:44:51,558 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-07 17:44:51,559 ! You should consider upgrading via the 'pip install --upgrade pip' command. 2018-08-07 22:55:56,719 /home/pi/oprint/bin/python2 -m pip install https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 22:55:59,770 > Collecting https://github.com/foosel/OctoPrint/archive/1.3.9.zip 2018-08-07 22:56:02,776 > Downloading https://github.com/foosel/OctoPrint/archive/1.3.9.zip (5.0MB) 2018-08-07 22:56:32,803 > Requirement already satisfied: flask<0.11,>=0.10.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 22:56:32,804 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 22:56:32,805 > Requirement already satisfied: werkzeug<0.9,>=0.8.3 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.3.9) 2018-08-07 22:56:32,805 > Collecting tornado==4.5.3 (from OctoPrint==1.3.9) 2018-08-07 22:56:49,338 ! Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 22:57:05,353 ! Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 22:57:21,367 ! Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 22:57:38,383 ! Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 22:57:57,401 ! Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)': /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz 2018-08-07 22:58:12,863 ! Exception: 2018-08-07 22:58:12,864 ! Traceback (most recent call last): 2018-08-07 22:58:12,864 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main 2018-08-07 22:58:12,865 ! status = self.run(options, args) 2018-08-07 22:58:12,865 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run 2018-08-07 22:58:12,865 ! wb.build(autobuilding=True) 2018-08-07 22:58:12,866 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build 2018-08-07 22:58:12,866 ! self.requirement_set.prepare_files(self.finder) 2018-08-07 22:58:12,867 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files 2018-08-07 22:58:12,867 ! ignore_dependencies=self.ignore_dependencies)) 2018-08-07 22:58:12,867 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file 2018-08-07 22:58:12,868 ! session=self.session, hashes=hashes) 2018-08-07 22:58:12,869 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url 2018-08-07 22:58:12,869 ! hashes=hashes 2018-08-07 22:58:12,869 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url 2018-08-07 22:58:12,870 ! hashes) 2018-08-07 22:58:12,870 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 853, in _download_http_url 2018-08-07 22:58:12,871 ! stream=True, 2018-08-07 22:58:12,871 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 521, in get 2018-08-07 22:58:12,871 ! return self.request('GET', url, **kwargs) 2018-08-07 22:58:12,872 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/download.py", line 386, in request 2018-08-07 22:58:12,872 ! return super(PipSession, self).request(method, url, *args, **kwargs) 2018-08-07 22:58:12,873 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 508, in request 2018-08-07 22:58:12,873 ! resp = self.send(prep, **send_kwargs) 2018-08-07 22:58:12,874 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 618, in send 2018-08-07 22:58:12,874 ! r = adapter.send(request, **kwargs) 2018-08-07 22:58:12,874 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py", line 47, in send 2018-08-07 22:58:12,875 ! resp = super(CacheControlAdapter, self).send(request, **kw) 2018-08-07 22:58:12,875 ! File "/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 508, in send 2018-08-07 22:58:12,875 ! raise ConnectionError(e, request=request) 2018-08-07 22:58:12,876 ! ConnectionError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable',)) 2018-08-07 22:58:12,876 ! You are using pip version 9.0.3, however version 18.0 is available. 2018-08-07 22:58:12,877 ! You should consider upgrading via the 'pip install --upgrade pip' command.