Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ascii' codec can't decode byte #159

Open
sudhakarteki opened this issue Jul 14, 2016 · 1 comment
Open

'ascii' codec can't decode byte #159

sudhakarteki opened this issue Jul 14, 2016 · 1 comment

Comments

@sudhakarteki
Copy link

Hi Sir,

I have created blueprint after install gedit tool on my linux system(Azure VM with Cent OS).
when i ran the blueprint-show command , it is throwing below error message.

Please let me know how to fix this issue

Step 1 - sudo yum install gedit

Step 2 - sudo blueprint-show -S sample_BP

Traceback (most recent call last):
File "/usr/bin/blueprint-show", line 63, in
filename = getattr(b, options.generate)(options.relaxed).dumpf()
File "/usr/lib/python2.6/site-packages/blueprint/frontend/sh.py", line 333, in dumpf
f.write('{0}\n'.format(out))
File "/usr/lib64/python2.6/codecs.py", line 691, in write
return self.writer.write(data)
File "/usr/lib64/python2.6/codecs.py", line 351, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 4373: ordinal not in range(128)
[user@BluePrintProd tmp]$

@jameswomack
Copy link

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants