Closed XenonDerMico closed 2 years ago
Could you please post the output from the developer console? See here on how to access it.
Without Admin:
main.ts:38 WARNING: Neo4j Graph View is deprecated and replaced by the new Obsidian plugin Juggl.
main.ts:157 Initializing Neo4j stream
main.ts:66 Loading Juggl
image-server.ts:79 Image server listening on http://localhost:3837/
main.ts:24 Supercharged links loaded
main.ts:13 Loaded Timelines Plugin
VM164:15166 Loaded Gallery Plugin
main.ts:27 loading markdown-table-editor plugin
main.ts:200 Obsidian Admonition loaded
app.js:1 [Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See https://chromestatus.com/feature/6730096436051968 for more details.
(anonymous) @ app.js:1
main.ts:23 Loading Autocomplete plugin.
main.ts:28 Loading Day Planner plugin
VM172:35 loading dictionary
main.ts:82 loading FileExplorerNoteCount
main.ts:30 Loading Folder Note plugin.
main.ts:32 ledger: Loading plugin v0.0.8
main.ts:167 loading python lab plugin
main.ts:14 loading search-on-internet
main.ts:145 loading jupyter plugin
main.ts:162 python script exists at E:\Dokumente\My Mind\Support AI/.obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py
file.ts:76 Error: ENOENT: no such file or directory, open 'E:\Dokumente\My Mind\Support AI\Day Planners\Day Planner-20211017.md'
planner-md.ts:47 TypeError: Cannot read property 'split' of undefined
at PlannerMarkdown.parseDayPlanner (eval at
main.ts:48 from jupyter_client import KernelManager ModuleNotFoundError: No module named 'jupyter_client'
With Admin:
The required dependencies are not installed for the interpreter you're using.
Try upgrading to 0.5.0 and use the Install requirements
button in the settings.
I updated to 0.5.0 and used Install requirements.
now I have: Console:
Loading Juggl
image-server.ts:79 Image server listening on http://localhost:3837/
main.ts:24 Supercharged links loaded
main.ts:13 Loaded Timelines Plugin
VM259:15166 Loaded Gallery Plugin
main.ts:27 loading markdown-table-editor plugin
main.ts:200 Obsidian Admonition loaded
app.js:1 [Deprecation] ::-webkit-details-marker pseudo element selector is deprecated. Please use ::marker instead. See https://chromestatus.com/feature/6730096436051968 for more details.
main.ts:23 Loading Autocomplete plugin.
main.ts:28 Loading Day Planner plugin
VM267:35 loading dictionary
main.ts:82 loading FileExplorerNoteCount
main.ts:30 Loading Folder Note plugin.
main.ts:32 ledger: Loading plugin v0.0.8
main.ts:14 loading search-on-internet
main.ts:145 loading jupyter plugin
main.ts:162 python script exists at E:\Dokumente\My Mind\Support AI/.obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py
main.ts:139 created new client for doc 5c0558d6239c5f5c using interpreter C:/Users/###/AppData/Local/Programs/Python/Python310/python.exe
main.ts:48 C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\session.py:47: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed.
Install tornado itself to use zmq with the tornado IOLoop.
from zmq.eventloop.ioloop import IOLoop
main.ts:48 INFO:obsidian-jupyter:started server for document 5c0558d6239c5f5c
main.ts:48 INFO:obsidian-jupyter:received request: {"id":"ff9b822b-eb0e-4031-bd12-e5c684e79104","body":{"command":"execute","source":"print(\"FOO\")\nprint(\"sdad\")\n"}}
main.ts:48 INFO:obsidian-jupyter:shutting down kernel...
main.ts:48 Traceback (most recent call last):
File "E:\Dokumente\My Mind\Support AI\.obsidian\plugins\obsidian-jupyter\obsidian-jupyter.py", line 45, in <module>
main.ts:48 nb = client.execute(nb)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nbclient\util.py", line 78, in wrapped
main.ts:48 return just_run(coro(*args, **kwargs))
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nbclient\util.py", line 57, in just_run
main.ts:48 return loop.run_until_complete(coro)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 641, in run_until_complete
main.ts:48 return future.result()
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nbclient\client.py", line 542, in async_execute
main.ts:48 async with self.async_setup_kernel(**kwargs):
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\contextlib.py", line 199, in __aenter__
main.ts:48 return await anext(self.gen)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nbclient\client.py", line 500, in async_setup_kernel
main.ts:48 await self.async_start_new_kernel(**kwargs)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nbclient\client.py", line 412, in async_start_new_kernel
main.ts:48 await ensure_async(self.km.start_kernel(extra_arguments=self.extra_arguments, **kwargs))
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\utils.py", line 20, in wrapped
main.ts:48 nest_asyncio.apply(loop)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nest_asyncio.py", line 21, in apply
main.ts:48 _patch_tornado()
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nest_asyncio.py", line 202, in _patch_tornado
main.ts:48 import tornado.concurrent as tc
ModuleNotFoundError: No module named 'tornado.concurrent'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
main.ts:48 File "E:\Dokumente\My Mind\Support AI\.obsidian\plugins\obsidian-jupyter\obsidian-jupyter.py", line 67, in <module>
main.ts:48 km.shutdown_kernel()
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\utils.py", line 26, in wrapped
main.ts:48 raise e
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\utils.py", line 23, in wrapped
main.ts:48 return loop.run_until_complete(future)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nest_asyncio.py", line 70, in run_until_complete
main.ts:48 return f.result()
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py", line 201, in result
main.ts:48 raise self._exception
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\asyncio\tasks.py", line 232, in __step
main.ts:48 result = coro.send(None)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\manager.py", line 434, in _async_shutdown_kernel
main.ts:48 await ensure_async(self.interrupt_kernel())
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\utils.py", line 26, in wrapped
main.ts:48 raise e
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\utils.py", line 23, in wrapped
main.ts:48 return loop.run_until_complete(future)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\nest_asyncio.py", line 70, in run_until_complete
main.ts:48 return f.result()
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py", line 201, in result
main.ts:48 raise self._exception
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\asyncio\tasks.py", line 232, in __step
main.ts:48 result = coro.send(None)
File "C:\Users\###\AppData\Local\Programs\Python\Python310\lib\site-packages\jupyter_client\manager.py", line 542, in _async_interrupt_kernel
main.ts:48 raise RuntimeError("Cannot interrupt kernel. No kernel is running!")
RuntimeError: Cannot interrupt kernel. No kernel is running!
Could you please post the console output provided when you press the Install requirements
button?
This is only "Install dependencies". Or do you mean something else?
main.ts:290 install stdout: Requirement already satisfied: jupyter in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (1.0.0)
Requirement already satisfied: notebook in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.5)
Requirement already satisfied: qtconsole in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (5.1.1)
Requirement already satisfied: jupyter-console in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.0)
Requirement already satisfied: ipywidgets in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (7.6.5)
Requirement already satisfied: ipykernel in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.2)
Requirement already satisfied: nbconvert in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.2.0)
Requirement already satisfied: ipython-genutils in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (0.2.0)
Requirement already satisfied: debugpy<2.0,>=1.0.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (1.5.1)
Requirement already satisfied: traitlets<6.0,>=4.1.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (5.1.0)
Collecting traitlets<6.0,>=4.1.0
Downloading traitlets-5.1.1-py3-none-any.whl (102 kB)
Requirement already satisfied: ipython<8.0,>=7.23.1 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (7.28.0)
Requirement already satisfied: matplotlib-inline<0.2.0,>=0.1.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (0.1.3)
Requirement already satisfied: tornado<7.0,>=4.2 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (6.1)
Requirement already satisfied: jupyter-client<8.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (7.0.6)
Requirement already satisfied: backcall in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.2.0)
Requirement already satisfied: colorama in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.4.4)
Requirement already satisfied: setuptools>=18.5 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (58.3.0)
Requirement already satisfied: pygments in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (2.10.0)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (3.0.21)
Requirement already satisfied: pickleshare in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.7.5)
Requirement already satisfied: decorator in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (5.1.0)
Requirement already satisfied: jedi>=0.16 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.18.0)
Requirement already satisfied: parso<0.9.0,>=0.8.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jedi>=0.16->ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.8.2)
Requirement already satisfied: pyzmq>=13 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (22.3.0)
Requirement already satisfied: jupyter-core>=4.6.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (4.8.1)
Requirement already satisfied: entrypoints in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (0.3)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (2.8.2)
Requirement already satisfied: nest-asyncio>=1.5 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (1.5.1)
Requirement already satisfied: pywin32>=1.0 in c:\users\XXX\appdata\local\p
main.ts:291 install stderr: Requirement already satisfied: jupyter in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (1.0.0)
Requirement already satisfied: notebook in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.5)
Requirement already satisfied: qtconsole in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (5.1.1)
Requirement already satisfied: jupyter-console in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.0)
Requirement already satisfied: ipywidgets in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (7.6.5)
Requirement already satisfied: ipykernel in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.4.2)
Requirement already satisfied: nbconvert in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter) (6.2.0)
Requirement already satisfied: ipython-genutils in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (0.2.0)
Requirement already satisfied: debugpy<2.0,>=1.0.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (1.5.1)
Requirement already satisfied: traitlets<6.0,>=4.1.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (5.1.0)
Collecting traitlets<6.0,>=4.1.0
Downloading traitlets-5.1.1-py3-none-any.whl (102 kB)
Requirement already satisfied: ipython<8.0,>=7.23.1 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (7.28.0)
Requirement already satisfied: matplotlib-inline<0.2.0,>=0.1.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (0.1.3)
Requirement already satisfied: tornado<7.0,>=4.2 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (6.1)
Requirement already satisfied: jupyter-client<8.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipykernel->jupyter) (7.0.6)
Requirement already satisfied: backcall in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.2.0)
Requirement already satisfied: colorama in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.4.4)
Requirement already satisfied: setuptools>=18.5 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (58.3.0)
Requirement already satisfied: pygments in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (2.10.0)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (3.0.21)
Requirement already satisfied: pickleshare in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.7.5)
Requirement already satisfied: decorator in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (5.1.0)
Requirement already satisfied: jedi>=0.16 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.18.0)
Requirement already satisfied: parso<0.9.0,>=0.8.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jedi>=0.16->ipython<8.0,>=7.23.1->ipykernel->jupyter) (0.8.2)
Requirement already satisfied: pyzmq>=13 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (22.3.0)
Requirement already satisfied: jupyter-core>=4.6.0 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (4.8.1)
Requirement already satisfied: entrypoints in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (0.3)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (2.8.2)
Requirement already satisfied: nest-asyncio>=1.5 in c:\users\XXX\appdata\local\programs\python\python310\lib\site-packages (from jupyter-client<8.0->ipykernel->jupyter) (1.5.1)
Requirement already satisfied: pywin32>=1.0 in c:\users\XXX\appdata\local\p
The error message
import tornado.concurrent as tc
ModuleNotFoundError: No module named 'tornado.concurrent'
in https://github.com/tillahoffmann/obsidian-jupyter/issues/18#issuecomment-950321876 suggests that there's still an issue with your python environment. It's unfortunately something that's difficult to debug remotely.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Before raising an issue I installed Python from https://www.python.org/downloads/windows/ exactly: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe
Describe the bug I tried: python -c 'import sys; print(sys.executable)' but didn't work in CMD (Windows 10) I tried: pip install jupyter --upgrade that worked
In Obsidian, options, Jupyter plugin, Python interpreter: I tried C:/Users/... C://Users/... C:\Users... C:\Users\... non of them worked
I can press "Run", which will change to "Running..." but will not terminate.
I hope it is just a stupid error and easy to fix. Do you know what I can do?
Screenshots
Console output non
Python dependencies