Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in bokeh window #8

Open
dpoursanidis opened this issue Apr 11, 2023 · 1 comment
Open

Error in bokeh window #8

dpoursanidis opened this issue Apr 11, 2023 · 1 comment

Comments

@dpoursanidis
Copy link

(openoceans) D:\pythons\OpenOceans>bokeh serve --show manual_tool.py --websocket-max-message-size=300000000
2023-04-11 15:45:54,199 Starting Bokeh server version 3.1.0 (running on Tornado 6.2)
2023-04-11 15:45:54,542 Torndado websocket_max_message_size set to 300000000 bytes (286.10 MB)
2023-04-11 15:45:54,542 User authentication hooks NOT provided (default user enabled)
2023-04-11 15:45:54,547 Bokeh app running at: http://localhost:5006/manual_tool
2023-04-11 15:45:54,547 Starting Bokeh server with process id: 27540
2023-04-11 15:45:55,781 Error running application handler <bokeh.application.handlers.script.ScriptHandler object at 0x000001E505209BD0>: cannot import name 'Panel' from 'bokeh.models' (C:\Users\DimitrisPoursanidis\anaconda3\envs\openoceans\lib\site-packages\bokeh\models_init_.py)
File 'manual_tool.py', line 31, in :
from bokeh.models import Paragraph, Div, Panel, Tabs Traceback (most recent call last):
File "C:\Users\DimitrisPoursanidis\anaconda3\envs\openoceans\lib\site-packages\bokeh\application\handlers\code_runner.py", line 231, in run
exec(self.code, module.dict)
File "D:\pythons\OpenOceans\manual_tool.py", line 31, in
from bokeh.models import Paragraph, Div, Panel, Tabs
ImportError: cannot import name 'Panel' from 'bokeh.models' (C:\Users\DimitrisPoursanidis\anaconda3\envs\openoceans\lib\site-packages\bokeh\models_init
.py)

2023-04-11 15:45:56,057 WebSocket connection opened
2023-04-11 15:45:56,058 ServerConnection created

@liangyue2018
Copy link

A lower version for bokeh, e.g. 2.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants