Garph-tool v2.24 on Ubuntu 17.04

I installed graph-tool v2.24 on Ubuntu 17.04 from the repository and get the
following error every time I try to use an interactive window:

    from graph_tool.all import *
    import graph_tool as gt
    g = gt.collection.data["celegansneural"]
    interactive_window(g)

python3: symbol lookup error:
/usr/lib/python3/dist-packages/graph_tool/draw/libgraph_tool_draw.so:
undefined symbol: _ZN5boost7context12stack_traits12default_sizeEv

Are there any specific requirements with the boost library. The one
installed by 1.62.0.1, which is the newest version available, according to
apt-get

Thanks

This should be fixed now in the packages for version 2.25.