【发布时间】:2016-02-16 12:07:05
【问题描述】:
我想熟悉 Bokeh 并浏览了示例。但是,当我尝试按照本网站 (https://github.com/bokeh/bokeh/tree/master/examples/app/crossfilter) 上的说明运行交叉过滤器示例时,我收到以下错误消息:
$ bokeh-server --script crossfilter_app.py
Bokeh Server Configuration
==========================
python version : 2.7.10
bokeh version : 0.9.3
listening : 127.0.0.1:5006
backend : memory
python options : debug:OFF, verbose:OFF, filter-logs:OFF, multi-user:OFF
js options : splitjs:OFF, debugjs:OFF
adding to python path
importing crossfilter_app.py
Traceback (most recent call last):
File "//anaconda/bin/bokeh-server", line 7, in <module>
bokeh.server.run()
File "//anaconda/lib/python2.7/site-packages/bokeh/server/__init__.py", line 188, in run
start_server(args)
File "//anaconda/lib/python2.7/site-packages/bokeh/server/__init__.py", line 192, in start_server
start.start_simple_server(args)
File "//anaconda/lib/python2.7/site-packages/bokeh/server/start.py", line 52, in start_simple_server
configure_flask(config_argparse=args)
File "//anaconda/lib/python2.7/site-packages/bokeh/server/configure.py", line 76, in configure_flask
imp.load_source("_bokeh_app", script)
IOError: [Errno 2] No such file or directory
有人可以帮帮我吗?
谢谢!
【问题讨论】: