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

UnicodeEncodeError during Slice creation #269

Closed
lerrua opened this issue Apr 5, 2016 · 2 comments
Closed

UnicodeEncodeError during Slice creation #269

lerrua opened this issue Apr 5, 2016 · 2 comments

Comments

@lerrua
Copy link
Contributor

lerrua commented Apr 5, 2016

Hi guys,

I'm trying to use Caravel in my local environment (osx, python 2.7, pypi installation) and got the following error because portuguese characters:

UnicodeEncodeError
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 9: ordinal not in range(128)

File "/Users/leroy/.virtualenvs/caravel/lib/python2.7/site-packages/caravel/views.py", line 510, in save
Open an interactive python shell in this framemsg = "Slice [{}] has been saved".format(slice_name)

screen shot 2016-04-05 at 11 52 29 am

@mistercrunch
Copy link
Member

I'm thinking adding the from __future__ import unicodeliterals will help here, I'll try to get those all around. PR coming soon

@mistercrunch
Copy link
Member

#288

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
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