-
-
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 errors in spyder.ini #3127
Comments
Try |
Gives me same error: hamid@hamid-Lenovo-IdeaPad-U530-Touch:~$ spyder --reset Actually, I installed anaconda again and still getting the same error! iPython works though! |
Then please do
and try again |
@ccordoba12 I have a similar problem. When I run spyder in command line, I got this message.
My Error is UnicodeDecodeError related to 'ascii'. I tried your suggestion. |
@eunsoo, your problem is different. Please open a new issue about it and include the output of running
in a terminal (i.e. in bash or zsh :-) |
@ccordoba12
|
@Nodd thank u!!! saved me! |
@ccordoba12
Description of your problem
What steps will reproduce the problem?
My spyder was working fine, I did an update on my linux and now it does not run at all. I installed it again and it does not run yet.
What is the expected output? What do you see instead?
I get this traceback:
Traceback (most recent call last):
File "/home/hamid/anaconda3/bin/spyder", line 2, in
from spyderlib import start_app
File "/home/hamid/anaconda3/lib/python3.5/site-packages/spyderlib/start_app.py", line 13, in
from spyderlib.config import CONF
File "/home/hamid/anaconda3/lib/python3.5/site-packages/spyderlib/config.py", line 736, in
subfolder=SUBFOLDER, backup=True, raw_mode=True)
File "/home/hamid/anaconda3/lib/python3.5/site-packages/spyderlib/userconfig.py", line 215, in init
self.load_from_ini()
File "/home/hamid/anaconda3/lib/python3.5/site-packages/spyderlib/userconfig.py", line 265, in load_from_ini
self.read(self.filename(), encoding='utf-8')
File "/home/hamid/anaconda3/lib/python3.5/configparser.py", line 696, in read
self._read(fp, filename)
File "/home/hamid/anaconda3/lib/python3.5/configparser.py", line 1012, in _read
for lineno, line in enumerate(fp, start=1):
File "/home/hamid/anaconda3/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xeb in position 0: invalid continuation byte
Versions and main components
The text was updated successfully, but these errors were encountered: