You are not logged in.

#1 2017-05-08 00:02:49

uberscientist
Member
Registered: 2012-01-27
Posts: 84

Need help debugging hanging python bokeh app [SOLVED]

I'm trying to run the most basic demo code:
http://bokeh.pydata.org/en/latest/docs/ … ule-format

I don't get any raised errors when I do the "bokeh serve" command, but the browser just hangs.  I inspected the TCP stream with wireshark and the browser sends a GET and the connection just hangs open as far as I can tell.

If anyone has ideas or could see if you can run the "myapp.py" example code... I would be greatful.

Thanks

*edit* I should also mention that bokeh apps have worked in the past, something has changed, I did a pip install --upgrade bokeh with no positive results.  Running 0.12.5.  My friend was able to run the example code on ubuntu

strace output after making a http request: https://gist.github.com/uberscientist/a … 3071d90157

lsof -p <PID> output: https://gist.github.com/uberscientist/6 … 6ec899e75f

*edit and solve*
https://github.com/bokeh/bokeh/issues/6152 -- incompatible with Tornado 4.5... fix already on the dev branch

Last edited by uberscientist (2017-05-11 06:30:06)

Offline

Board footer

Powered by FluxBB