Python Forum

Full Version: Python-Spyder error opening
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am having trouble with my python, specifically Spyder.

I downloaded Anaconda from continuum.io. But everytime I open it, it says it crashed from last session.
Now, when I reinstall the whole Anaconda, it starts for the first time but when reopening it, it wont start. Heres the error message:

Error:
Traceback (most recent call last): File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3099, in main mainwindow = run_spyder(app, options, args) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3001, in run_spyder main.setup() File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 838, in setup self.help = Help(self) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\spyder\plugins\help.py", line 459, in __init__ html_text_no_doc=warning(self.no_doc_string)) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\spyder\utils\help\sphinxify.py", line 76, in warning warning = env.get_template("warning.html") File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\jinja2\environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\jinja2\environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\jinja2\loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "C:\Users\INTEGRA\Anaconda3\lib\site-packages\jinja2\loaders.py", line 175, in get_source contents = f.read().decode(self.encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 259108: invalid continuation byte
Thank you! I am just starting to lear Python as it is required on my course!

Sorry admin! I'm new to the forums! Big Grin