Ubuntu Pastebin

Paste from Federico Gimenez at Fri, 2 Oct 2015 09:58:03 +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
py3versions -i
/tmp/tmp4dcv84mr: 1: export: python3.5/dist-packages: bad variable name
Traceback (most recent call last):
  File "/home/fgimenez/workspace/snapcraft/trunk/bin/snapcraft", line 33, in <module>
    snapcraft.main.main()
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/main.py", line 80, in main
    args.func(args)
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/cmds.py", line 331, in cmd
    if not getattr(part, cmd)(force=force):
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/plugin.py", line 196, in pull
    if not getattr(self.code, 'pull')():
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/plugins/python3.py", line 44, in pull
    return self._pip()
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/plugins/python3.py", line 61, in _pip
    prefix, 'lib', self.python_version, 'site-packages')
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/plugins/python3.py", line 106, in python_version
    return self.run_output(['py3versions', '-i'])
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/__init__.py", line 82, in run_output
    return snapcraft.common.run_output(cmd, cwd=cwd, **kwargs)
  File "/home/fgimenez/workspace/snapcraft/trunk/snapcraft/common.py", line 60, in run_output
    return subprocess.check_output(['/bin/sh', f.name] + cmd, **kwargs).decode('utf8').strip()
  File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['/bin/sh', '/tmp/tmp4dcv84mr', 'py3versions', '-i']' returned non-zero exit status 2
------------------------------------------------------------------------- >8 ---
Outcome: job failed
Download as text