luminous12
luminous12

Reputation: 153

Issue with bokeh import

I installed bokeh using pip and I am trying to test it but its giving me a traceback error to

File "/usr/lib/python2.6/site-packages/bokeh/properties.py", line 611
    return { self.keys_type.from_json(key, models): self.values_type.from_json(value, models) for key, value in iteritems(json) }
                                                                                                ^
SyntaxError: invalid syntax

Can anyone help?

Upvotes: 0

Views: 197

Answers (1)

bigreddot
bigreddot

Reputation: 34568

Bokeh does not support Python 2.6.

Upvotes: 2

Related Questions