-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder fails to launch because of Unicode errors in create_kernel_spec #3553
Comments
@eunsoo, as was asked on #3127, could you please include the output of running
in a terminal (i.e. in bash or zsh :-) For some reason, a non-ascii character (perhaps Hangul) has crept in. If you can switch to Python 3, that might turn out to help, as Python 3 is generally better with non-ascii characters. |
@mariacamilaremolinagutierrez, please work on this one. To reproduce it, please create a conda environment with all Spyder dependencies in a directory with non-ascii chars (e.g. I think that would reproduce this problem, but if not, please let me know about it :-) |
@ccordoba12 I was not able to reproduce the error, I was trying several configurations. But only until now I realized all this time I was using python 3.5, so I am going to install it again with python 2.7 |
Ok, thanks :-) |
This means that Python itself doesn't even work when installed in a non-ascii dir on Unix systems, but that's not directly related to the original problem :-/ We'll discuss about this in our meeting, please work on your other issue instead :-) |
Spyder Launch Error
When I run spyder on command line, I got error message like below.
I have tried
Version Information(
How do I fix it. If you give me some ideas, I can really appreciate for this.
Thanks.
The text was updated successfully, but these errors were encountered: