Ubuntu Pastebin

Paste from kv at Tue, 13 Sep 2016 01:13:06 +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
conjure-up
[info] No spells found, syncing from registry, please wait.
Traceback (most recent call last):
  File "/usr/bin/conjure-up", line 9, in <module>
    load_entry_point('conjure-up==2.0.0.8', 'console_scripts', 'conjure-up')()
  File "/usr/lib/python3/dist-packages/conjureup/app.py", line 163, in main
    app.spells_index = yaml.safe_load(fp.read())
  File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 94, in safe_load
    return load(stream, SafeLoader)
  File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 70, in load
    loader = Loader(stream)
  File "/usr/lib/python3/dist-packages/yaml/loader.py", line 24, in __init__
    Reader.__init__(self, stream)
  File "/usr/lib/python3/dist-packages/yaml/reader.py", line 74, in __init__
    self.check_printable(stream)
  File "/usr/lib/python3/dist-packages/yaml/reader.py", line 144, in check_printable
    'unicode', "special characters are not allowed")
yaml.reader.ReaderError: unacceptable character #x0080: special characters are not allowed
  in "<unicode string>", position 1971
kv@sj36:~$ dpkg -l |grep juju
ii  juju                               2.0~beta15-0ubuntu2.16.04.1          all          next generation service orchestration system
ii  juju-2.0                           2.0~beta15-0ubuntu2.16.04.1          amd64        Juju is devops distilled - client
ii  python-jujubundlelib               0.4.1-0ubuntu1                       all          Python 2 library for working with Juju bundles
kv@sj36:~$ dpkg -l |grep conjure-up
ii  conjure-up                         2.0.0.8-0~201609072128~ubuntu16.04.1 all          Package runtime for conjure-up spells
Download as text