New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/35376#issuecomment-1347486261 Comment: In fact, jupyter itself looks broken: ``` $ jupyter Traceback (most recent call last): File "/bin/jupyter", line 5, in from jupyter_core.command import main File "/usr/lib/python3.11/site-packages/jupyter_core/command.py", line 20, in from . import paths File "/usr/lib/python3.11/site-packages/jupyter_core/paths.py", line 22, in import platformdirs ModuleNotFoundError: No module named 'platformdirs' ```