Advertisement
Guest User

Untitled

a guest
Mar 12th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.30 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File ".../projects/client-qt/client_qt/main.py", line 87, in add_plot_tab
  3.     self.plot_tab_area.currentWidget().add_data()
  4.   File ".../projects/client-qt/client_qt/plotters/bokeh/plots.py", line 68, in add_data
  5.     self._fig.line('x', 'y', source=source)
  6.   File "fakesource", line 5, in line
  7.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/plotting/helpers.py", line 572, in func
  8.     self.renderers.append(glyph_renderer)
  9.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/core/property/containers.py", line 77, in wrapper
  10.     self._notify_owners(old)
  11.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/core/property/containers.py", line 107, in _notify_owners
  12.     prop._notify_mutated(owner, old, hint)
  13.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/core/property/descriptors.py", line 797, in _notify_mutated
  14.     self._real_set(obj, old, value, hint)
  15.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/core/property/descriptors.py", line 760, in _real_set
  16.     self._trigger(obj, old, value, hint, setter)
  17.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/core/property/descriptors.py", line 837, in _trigger
  18.     obj.trigger(self.name, old, value, hint, setter)
  19.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/model.py", line 238, in trigger
  20.     super(Model, self).trigger(attr, old, new, hint, setter)
  21.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/util/callback_manager.py", line 105, in trigger
  22.     self._document._notify_change(self, attr, old, new, hint, setter)
  23.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 737, in _notify_change
  24.     self._trigger_on_change(ModelChangedEvent(self, model, attr, old, new, serializable_new, hint, setter))
  25.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 721, in _trigger_on_change
  26.     self._with_self_as_curdoc(invoke_callbacks)
  27.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 703, in _with_self_as_curdoc
  28.     return f()
  29.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 720, in invoke_callbacks
  30.     cb(event)
  31.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 683, in <lambda>
  32.     self._callbacks[receiver] = lambda event: event.dispatch(receiver)
  33.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 126, in dispatch
  34.     super(ModelChangedEvent, self).dispatch(receiver)
  35.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/document.py", line 111, in dispatch
  36.     receiver._document_patched(self)
  37.   File ".../anaconda3/envs/cosmo_env/lib/python3.6/site-packages/bokeh/server/session.py", line 170, in _document_patched
  38.     raise RuntimeError("_pending_writes should be non-None when we have a document lock, and we should have the lock when the document changes")
  39. RuntimeError: _pending_writes should be non-None when we have a document lock, and we should have the lock when the document changes
  40. [1]    86891 abort      cosmos qt
  41. [0312/162744:ERROR:mach_port_broker.mm(43)] bootstrap_look_up: Unknown service name (1102)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement