bokeh serve running but can't access with browser

前端 未结 1 916
花落未央
花落未央 2020-12-18 11:55

I have installed bokeh and downloaded myapp.py from the official page (http://docs.bokeh.org/en/latest/docs/user_guide/server.html) which looks like this.

#          


        
1条回答
  •  时光说笑
    2020-12-18 12:33

    I expect you all are hitting this recent issue:

    Bokeh Server is incompatible with tornado=4.5

    Tornado 4.5 (released a few days ago) made a change that caused the Bokeh server to no longer function properly. A fix for this is in master and will be in the next 0.12.6 release. But the fix is also available in the latest dev builds. Your immediate options are:

    • downgrade Tornado to <= 4.4.2, or
    • install the Bokeh >= 0.12.6

    0 讨论(0)
提交回复
热议问题