You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'App' object has no attribute '_depends'
Traceback (most recent call last):
File "C:\repos\private\panel\.venv\lib\site-packages\bokeh\application\handlers\code_runner.py", line 231, in run
exec(self._code, module.__dict__)
File "C:\repos\private\panel\script.py", line 18, in<module>
pn.Column(app.param.run, app.click_view).servable()
File "c:\repos\private\panel\panel\layout\base.py", line 630, in __init__
params['objects'] = [panel(pane) forpanein objects]
File "c:\repos\private\panel\panel\layout\base.py", line 630, in<listcomp>
params['objects'] = [panel(pane) forpanein objects]
File "c:\repos\private\panel\panel\pane\base.py", line 80, in panel
pane = PaneBase.get_pane_type(obj, **kwargs)(obj, **kwargs)
File "c:\repos\private\panel\panel\param.py", line 786, in __init__
self._link_object_params()
File "c:\repos\private\panel\panel\param.py", line 864, in _link_object_params
params = parameterized.param.method_dependencies(self.object.__name__)
File "C:\repos\private\panel\.venv\lib\site-packages\param\parameterized.py", line 2271, in method_dependencies
method = getattr(self_.self_or_cls, name)
AttributeError: 'App' object has no attribute '_depends'
The text was updated successfully, but these errors were encountered:
MarcSkovMadsen
changed the title
Async method not working: AttributeError: 'App' object has no attribute '_depends'
Bound async method not working: AttributeError: 'App' object has no attribute '_depends'
Jan 9, 2023
I'm on the current
main
branch.The text was updated successfully, but these errors were encountered: