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

Non-ASCII data in model causes oe_describe to crash #1

Open
Nick-OpusVL opened this issue May 1, 2015 · 0 comments
Open

Non-ASCII data in model causes oe_describe to crash #1

Nick-OpusVL opened this issue May 1, 2015 · 0 comments

Comments

@Nick-OpusVL
Copy link
Collaborator

Traceback (most recent call last):
  File "/usr/local/bin/oe_describe", line 5, in <module>
    pkg_resources.run_script('oekit==0.16', 'oe_describe')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1401, in run_script
    exec(script_code, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/oekit-0.16-py2.7.egg/EGG-INFO/scripts/oe_describe", line 52, in <module>

  File "/usr/local/lib/python2.7/dist-packages/oekit-0.16-py2.7.egg/EGG-INFO/scripts/oe_describe", line 22, in main

UnicodeEncodeError: 'ascii' codec can't encode character u'\xa3' in position 12: ordinal not in range(128)
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

1 participant