2014-01-28 73 views
4

注意:這個問題涉及到「第一代」背景虛化的服務器,這已棄用並刪除了好幾年。在這個問題上還是它的答案沒有什麼相關的散景的任何版本> = 0.11背景虛化快速入門例子失敗



背景虛化:克隆今天從快速入門。

的Python:2.7.6

Python模塊:從Debian的傑西

$ ./bokeh-server 
/home/jwu/g/othersw/bokeh/bokeh/server/start.py:2: UserWarning: libevent version mismatch: system version is '2.0.21-stable' but this gevent is compiled against '2.0.19-stable' 
    import gevent.monkey 
Traceback (most recent call last): 
    File "./bokeh-server", line 74, in <module> 
    main() 
    File "./bokeh-server", line 71, in main 
    start.start_app(verbose=args.verbose) 
    File "/home/jwu/g/othersw/bokeh/bokeh/server/start.py", line 102, in start_app 
    start_services() 
    File "/home/jwu/g/othersw/bokeh/bokeh/server/start.py", line 91, in start_services 
    save=redis_save 
    File "/home/jwu/g/othersw/bokeh/bokeh/server/services.py", line 81, in start_redis 
    stdin=subprocess.PIPE 
    File "/home/jwu/g/othersw/bokeh/bokeh/server/services.py", line 27, in __init__ 
    stdin=stdin) 
    File "/usr/lib/python2.7/subprocess.py", line 709, in __init__ 
    errread, errwrite) 
    File "/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child 
    raise child_exception 
OSError: [Errno 2] No such file or directory 
Exception KeyError: KeyError(42871856,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored 

我不知道如何解釋這些錯誤信息。 gevent版本的問題(儘管該消息只是說UserWarning)?哪個文件或目錄丟失?哪個鍵出錯?從背景虛化核心開發

回答

3

編輯:這個答案是非常不合時宜的。散景不再使用redis,並且很久沒有使用

在散列郵件列表中找到了答案:安裝redis-server解決了問題。

2

以前的答案是非常不合時宜的。作爲背景虛化版本0.11有一個新的背景虛化服務器,即通過執行bokeh serve運行。此外,redis不再是依賴關係(甚至不是一個可選一)。

0

我想補充有關,不會在工作第一例子有點事......

當克隆背景虛化,並試圖例子,這是非常重要的,以「混帳結賬」的«標籤版本»系統上使用的版本。如果沒有,你會使用主分支的例子可能不與您的系統上使用的特定版本。主版本中可能會實施一些改進,包括安裝版本中不具備的功能。