[bokeh] 'module' object has no attribute 'Timedelta'

Hi,

The version of Pandas you have installed is too old.

Thanks,

Bryan

···

On Jul 16, 2017, at 12:53, rednelak-youtube via Bokeh Discussion - Public <[email protected]> wrote:

On my Debian machine I get this error after upgrading bokeh to the newest version via pip:

```Python 3.4.2 (default, Oct 8 2014, 13:14:40)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.

import bokeh.plotting

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.4/dist-packages/bokeh/plotting/__init__.py", line 2, in <module>
   from ..document import Document; Document
File "/usr/local/lib/python3.4/dist-packages/bokeh/document.py", line 28, in <module>
   from .core.json_encoder import serialize_json
File "/usr/local/lib/python3.4/dist-packages/bokeh/core/json_encoder.py", line 49, in <module>
   from ..util.serialization import convert_datetime_type, is_datetime_type, transform_series, transform_array
File "/usr/local/lib/python3.4/dist-packages/bokeh/util/serialization.py", line 55, in <module>
   DATETIME_TYPES.add(pd.Timedelta)
AttributeError: 'module' object has no attribute 'Timedelta' ```

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/33714b31-0ef2-4124-9158-e3c648693d4a%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.