radiosan
radiosan

Reputation: 103

Anaconda Spyder got error output in Python Console

I installed Anaconda (2.7.12) on Windows 10, PATH = C:\Anaconda, when I open Spyder then switch to Python Console and type some code below I get: Problem

Next, I open python.exe in Anaconda2, there is no such problem, so maybe the problem comes from Spyder. How can I fix this issue?

Upvotes: 0

Views: 1713

Answers (1)

MichaelMMeskhi
MichaelMMeskhi

Reputation: 689

This is a bug that has not been solved yet as seen on the spyder github page. Please keep a look at this page for any updates: https://github.com/spyder-ide/spyder/issues/

Upvotes: 3

Related Questions