Skip to content

Instantly share code, notes, and snippets.

@alex9099
Created April 30, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex9099/ebc46d3b5f9c4bcd1da8f1a8166f560f to your computer and use it in GitHub Desktop.
Save alex9099/ebc46d3b5f9c4bcd1da8f1a8166f560f to your computer and use it in GitHub Desktop.
Bootstrapping dependencies for Debian-based OSes... (you can skip this with --no-bootstrap)
Hit http://mirrordirector.raspbian.org jessie InRelease
Get:1 http://repozytorium.mati75.eu jessie-backports InRelease [6,845 B]
Hit http://deb.torproject.org jessie InRelease
Hit http://archive.raspberrypi.org jessie InRelease
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages
Get:2 https://dl.bintray.com jessie InRelease
Ign https://dl.bintray.com jessie InRelease
Get:3 http://repozytorium.mati75.eu jessie-backports/main armhf Packages [117 kB]
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Hit https://dl.bintray.com jessie Release.gpg
Hit http://deb.torproject.org jessie/main armhf Packages
Hit http://mirrordirector.raspbian.org jessie/rpi armhf Packages
Get:4 http://repozytorium.mati75.eu jessie-backports/contrib armhf Packages [20 B]
Hit https://dl.bintray.com jessie Release
Get:5 http://repozytorium.mati75.eu jessie-backports/non-free armhf Packages [14.0 kB]
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Ign http://deb.torproject.org jessie/main Translation-en_GB
Ign http://deb.torproject.org jessie/main Translation-en
Hit https://dl.bintray.com jessie/release armhf Packages
Get:6 https://dl.bintray.com jessie/release Translation-en_GB
Get:7 https://dl.bintray.com jessie/release Translation-en
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://repozytorium.mati75.eu jessie-backports/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://repozytorium.mati75.eu jessie-backports/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://repozytorium.mati75.eu jessie-backports/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://repozytorium.mati75.eu jessie-backports/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://repozytorium.mati75.eu jessie-backports/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://repozytorium.mati75.eu jessie-backports/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Get:8 https://dl.bintray.com jessie/release Translation-en_GB
Get:9 https://dl.bintray.com jessie/release Translation-en
Get:10 https://dl.bintray.com jessie/release Translation-en_GB
Get:11 https://dl.bintray.com jessie/release Translation-en
Get:12 https://dl.bintray.com jessie/release Translation-en_GB
Get:13 https://dl.bintray.com jessie/release Translation-en
Get:14 https://dl.bintray.com jessie/release Translation-en_GB
Ign https://dl.bintray.com jessie/release Translation-en_GB
Get:15 https://dl.bintray.com jessie/release Translation-en
Ign https://dl.bintray.com jessie/release Translation-en
Fetched 138 kB in 10s (12.7 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
augeas-lenses is already the newest version.
ca-certificates is already the newest version.
gcc is already the newest version.
libaugeas0 is already the newest version.
libffi-dev is already the newest version.
libssl-dev is already the newest version.
openssl is already the newest version.
python is already the newest version.
python-dev is already the newest version.
python-virtualenv is already the newest version.
virtualenv is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
WARNING: unable to check for updates.
Creating virtual environment...
Installing Python packages...
Traceback (most recent call last):
File "/tmp/tmp.hnsMI1A0JD/pipstrap.py", line 146, in <module>
exit(main())
File "/tmp/tmp.hnsMI1A0JD/pipstrap.py", line 130, in main
for url, digest in PACKAGES]
File "/tmp/tmp.hnsMI1A0JD/pipstrap.py", line 112, in hashed_download
response = opener().open(url)
File "/usr/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment