-
Hello, I am trying to run the example in the GitHub example redpanda_dxfeed_financial_data to see how Deephaven is integrated with redpanda. https://github.com/deephaven-examples/redpanda_dxfeed_financial_data/tree/main But I have got the following error.
Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @jjchan121, this error is caused by an outdated time library in that repository. That code hasn't been updated in some time, so the error ( I don't recommend reverting back to an older version - I'll merge a fix for this today, and I'll reply again to this thread when it's in. |
Beta Was this translation helpful? Give feedback.
-
Hi @jjchan121, the fixes have been made. If you pull the latest and re-run, it should work. It did for me. |
Beta Was this translation helpful? Give feedback.
Hi @jjchan121, this error is caused by an outdated time library in that repository. That code hasn't been updated in some time, so the error (
'deephaven.dtypes' has no attribute 'DateTime'
) is accurate. This code would probably work in deephaven-core v0.24.x and earlier.I don't recommend reverting back to an older version - I'll merge a fix for this today, and I'll reply again to this thread when it's in.