注意:這個問題涉及到「第一代」背景虛化的服務器,這已棄用並刪除了好幾年。在這個問題上還是它的答案沒有什麼相關的散景的任何版本> = 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)?哪個文件或目錄丟失?哪個鍵出錯?從背景虛化核心開發