Ubuntu Pastebin

Paste from heesen at Sat, 23 Dec 2017 19:38:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
heesen@heesen-VirtualBox:~/snapcraft-master$ pip install -r requirements.txt -r requirements-devel.txt --editable .
Ignoring None: markers 'sys_platform == "linux"' don't match your environment
Ignoring pymacaroons: markers 'sys_platform == "win32"' don't match your environment
Ignoring cx-Freeze: markers 'sys_platform == "win32"' don't match your environment
Obtaining file:///home/heesen/snapcraft-master
Collecting https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz (from -r requirements.txt (line 13))
  Using cached https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz
Collecting click>=6.2 (from -r requirements.txt (line 1))
  Using cached click-6.7-py2.py3-none-any.whl
Collecting configparser==3.5.0 (from -r requirements.txt (line 2))
  Using cached configparser-3.5.0.tar.gz
Collecting docopt==0.6.2 (from -r requirements.txt (line 3))
  Using cached docopt-0.6.2.tar.gz
Collecting file-magic==0.3.0 (from -r requirements.txt (line 4))
  Using cached file-magic-0.3.0.tar.gz
Collecting jsonschema==2.5.1 (from -r requirements.txt (line 5))
  Using cached jsonschema-2.5.1-py2.py3-none-any.whl
Collecting libarchive-c==2.5 (from -r requirements.txt (line 6))
  Using cached libarchive_c-2.5-py2.py3-none-any.whl
Collecting progressbar33==2.4 (from -r requirements.txt (line 7))
  Using cached progressbar33-2.4.tar.gz
Collecting PyYAML==3.11 (from -r requirements.txt (line 8))
  Using cached PyYAML-3.11.zip
Collecting pyxdg==0.25 (from -r requirements.txt (line 9))
  Using cached pyxdg-0.25.tar.gz
Requirement already satisfied: requests==2.9.1 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 10))
Collecting requests_unixsocket==0.1.5 (from -r requirements.txt (line 11))
  Using cached requests-unixsocket-0.1.5.tar.gz
Collecting requests-toolbelt==0.6.0 (from -r requirements.txt (line 14))
  Using cached requests_toolbelt-0.6.0-py2.py3-none-any.whl
Collecting responses==0.5.1 (from -r requirements.txt (line 15))
  Using cached responses-0.5.1-py2.py3-none-any.whl
Collecting petname==1.12 (from -r requirements.txt (line 16))
  Using cached petname-1.12.tar.gz
Collecting pymacaroons==0.9.2 (from -r requirements.txt (line 17))
  Using cached pymacaroons-0.9.2-py2.py3-none-any.whl
Collecting pymacaroons-pynacl==0.9.3 (from -r requirements.txt (line 19))
  Using cached pymacaroons_pynacl-0.9.3-py2.py3-none-any.whl
Collecting pysha3==1.0b1 (from -r requirements.txt (line 20))
  Using cached pysha3-1.0b1.tar.gz
Collecting simplejson==3.8.2 (from -r requirements.txt (line 21))
  Using cached simplejson-3.8.2.tar.gz
Collecting tabulate==0.7.5 (from -r requirements.txt (line 22))
  Using cached tabulate-0.7.5.tar.gz
Collecting python-debian==0.1.28 (from -r requirements.txt (line 23))
  Using cached python-debian-0.1.28.tar.gz
Requirement already satisfied: chardet==2.3.0 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 24))
Collecting codespell==1.11.0 (from -r requirements-devel.txt (line 1))
  Using cached codespell-1.11.0.tar.gz
Collecting coverage==4.1 (from -r requirements-devel.txt (line 2))
  Using cached coverage-4.1.tar.gz
Collecting flake8==3.5.0 (from -r requirements-devel.txt (line 3))
  Using cached flake8-3.5.0-py2.py3-none-any.whl
Collecting pyflakes==1.6.0 (from -r requirements-devel.txt (line 4))
  Using cached pyflakes-1.6.0-py2.py3-none-any.whl
Collecting fixtures==3.0.0 (from -r requirements-devel.txt (line 5))
  Using cached fixtures-3.0.0-py2.py3-none-any.whl
Collecting mccabe==0.6.1 (from -r requirements-devel.txt (line 6))
  Using cached mccabe-0.6.1-py2.py3-none-any.whl
Collecting mypy==0.540 (from -r requirements-devel.txt (line 7))
  Using cached mypy-0.540.tar.gz
    Complete output from command python setup.py egg_info:
    ERROR: You need Python 3.2 or later to use mypy.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Vb3KHt/mypy/
Download as text