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
Hello , i'm trying to open the telemetry files , without success ..
log :
`$ bokeh serve --show acctelemetry.py
2020-04-10 01:30:52,038 Starting Bokeh server version 2.0.1 (running on Tornado 6.0.4)
2020-04-10 01:30:52,039 User authentication hooks NOT provided (default user enabled)
2020-04-10 01:30:52,041 Bokeh app running at: http://localhost:5006/acctelemetry
2020-04-10 01:30:52,041 Starting Bokeh server with process id: 16940
2020-04-10 01:30:53,164 Error running application handler <bokeh.application.handlers.script.ScriptHandler object at 0x000002AF3AAE6280>: cannot import name 'ldparser' from 'ldparser' (unknown location)
File "acctelemetry.py", line 13, in :
from ldparser import ldparser Traceback (most recent call last):
File "c:\users\xspam\appdata\local\programs\python\python38\lib\site-packages\bokeh\application\handlers\code_runner.py", line 197, in run
exec(self._code, module.dict)
File "C:\Users\xSpaM\Desktop\acctelemetry-master\acctelemetry.py", line 13, in
from ldparser import ldparser
ImportError: cannot import name 'ldparser' from 'ldparser' (unknown location)
2020-04-10 01:30:53,417 WebSocket connection opened
2020-04-10 01:30:53,417 ServerConnection created
`
The text was updated successfully, but these errors were encountered:
Hi,
no idea why this does not work for you.
Could you checkout the latest version? I've updated the path to the submodule using https, maybe that works better for you? Also, I've realized that you use bokeh>=2, which I did not test (and does not work) so I've updated the requirements.txt to require bokeh<2.
Then, when you run the app, you need to supply a path, ie bokeh serve --show ./.
Hello , i'm trying to open the telemetry files , without success ..
log :
`$ bokeh serve --show acctelemetry.py
2020-04-10 01:30:52,038 Starting Bokeh server version 2.0.1 (running on Tornado 6.0.4)
2020-04-10 01:30:52,039 User authentication hooks NOT provided (default user enabled)
2020-04-10 01:30:52,041 Bokeh app running at: http://localhost:5006/acctelemetry
2020-04-10 01:30:52,041 Starting Bokeh server with process id: 16940
2020-04-10 01:30:53,164 Error running application handler <bokeh.application.handlers.script.ScriptHandler object at 0x000002AF3AAE6280>: cannot import name 'ldparser' from 'ldparser' (unknown location)
File "acctelemetry.py", line 13, in :
from ldparser import ldparser Traceback (most recent call last):
File "c:\users\xspam\appdata\local\programs\python\python38\lib\site-packages\bokeh\application\handlers\code_runner.py", line 197, in run
exec(self._code, module.dict)
File "C:\Users\xSpaM\Desktop\acctelemetry-master\acctelemetry.py", line 13, in
from ldparser import ldparser
ImportError: cannot import name 'ldparser' from 'ldparser' (unknown location)
2020-04-10 01:30:53,417 WebSocket connection opened
2020-04-10 01:30:53,417 ServerConnection created
`
The text was updated successfully, but these errors were encountered: