bokeh datashader dashboard example 使用此错误消息结束的长回溯崩溃
File "dashboard/dashboard.py", line 360, in create_layout
axes_select = Select.create(name='Axes', options=axes_options)
AttributeError: type object 'Select' has no attribute 'create'
ERROR:tornado.access:500 GET / (::1) 11998.72ms
我该如何解决这个问题?
我在RHEL6上运行Python-2.7
答案 0 :(得分:0)
GitHub上当前版本的dashboard.py
在第360行没有调用Select.create
:
https://github.com/bokeh/datashader/blob/master/examples/dashboard/dashboard.py#L360
或文件中的任何其他位置。这个电话是Bokeh的一个非常古老的部分,去年的某个时候被删除了。我最好的客人是您在Datashader仓库的本地结账已过期,需要更新(或者您需要安装旧版本的Bokeh)