I'm getting the following error when I start an interactive console in PyCharm
File "C:\Users\Tom\Anaconda3\Lib\site.py", line 176
file=sys.stderr)
^
SyntaxError: invalid syntax
Process finished with exit code 1
Couldn't connect to console process.
I've set the interpreter in Configurations to 3.4 and can run by programs correctly, I just can't load an interactive console.