Hi,
I just downloaded all the packages and followed the getting started guide, but I encountered this error right away:
from future import (absolute_import, division, print_function,
File "<ipython-input-6-7286cc6d5b5c>", line 1
from future import (absolute_import, division, print_function,
^
SyntaxError: unexpected EOF while parsing
I'm using Spyder with python 2.7
Could you please help me fix it?