Ubuntu Pastebin

Paste from cholcombe at Fri, 3 Mar 2017 21:52:47 +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
root@targetcli:~/targetcli-fb# snapcraft
Skipping pull target-cli (already ran)
Preparing to build target-cli 
Building target-cli 
Collecting pip
Collecting setuptools
Collecting wheel
Collecting six>=1.6.0 (from setuptools)
Collecting packaging>=16.8 (from setuptools)
Collecting appdirs>=1.4.0 (from setuptools)
Collecting pyparsing (from packaging>=16.8->setuptools)
Installing collected packages: pip, six, pyparsing, packaging, appdirs, setuptools, wheel
Successfully installed appdirs-1.4.2 packaging-16.8 pip-9.0.1 pyparsing-2.1.10 setuptools-34.3.1 six-1.10.0 wheel-0.29.0
/root/targetcli-fb/parts/target-cli/install/usr/bin/python3 -m pip wheel --disable-pip-version-check --no-index --find-links /root/targetcli-fb/parts/target-cli/packages --wheel-dir /tmp/tmps7z35z8q .
Processing /root/targetcli-fb/parts/target-cli/build
Building wheels for collected packages: targetcli-fb
  Running setup.py bdist_wheel for targetcli-fb ... done
  Stored in directory: /tmp/tmps7z35z8q
Successfully built targetcli-fb
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
/root/targetcli-fb/parts/target-cli/install/usr/bin/python3 -m pip install --user --no-compile --disable-pip-version-check --no-index --find-links /root/targetcli-fb/parts/target-cli/packages targetcli_fb --no-deps --upgrade
Collecting targetcli_fb
  Could not find a version that satisfies the requirement targetcli_fb (from versions: 2.1.fb46)
No matching distribution found for targetcli_fb
Command '['/bin/sh', '/tmp/tmpcjdmzvfd', '/root/targetcli-fb/parts/target-cli/install/usr/bin/python3', '-m', 'pip', 'install', '--user', '--no-compile', '--disable-pip-version-check', '--no-index', '--find-links', '/root/targetcli-fb/parts/target-cli/packages', 'targetcli_fb', '--no-deps', '--upgrade']' returned non-zero exit status 1
Download as text