You are not logged in.

#1 2024-12-21 06:07:01

malaniharshal
Member
Registered: 2024-12-20
Posts: 1

Struggling to Get Jupyter Python Kernel Working in VSCodeium on Arch

I've been facing issues with getting the Python kernel to work in Jupyter notebooks on VSCodeium (my Arch Linux setup) for the past 3 days. Despite managing to start the kernel after much troubleshooting, I am still encountering errors (as shown in the attached screenshots). I’ve tried everything I can, but it seems like the setup process is never-ending, and I haven't written a single line of code yet.

At this point, I’m feeling really frustrated, and I’m considering switching back to Windows. Is there any quick solution or better approach I should try before giving up? How can I resolve this issue and get back to coding?

Here are the relevant details:
- Arch Linux is my current OS.
- I’m using VSCodeium for development.
- Jupyter Notebook is installed with the Python kernel, but the kernel won’t load correctly.
- I’ve tried updating packages, reinstalling extensions, and setting up the environment multiple times.

Any help or suggestions would be greatly appreciated. Thank you!

**Screenshots:**
![Error screenshot 1](https://i.sstatic.net/fzfL41o6.png
![Error screenshot 2](https://i.sstatic.net/eAQoHdjv.png)

Offline

#2 2025-05-19 16:57:38

Dunravin
Member
Registered: 2020-08-16
Posts: 2

Re: Struggling to Get Jupyter Python Kernel Working in VSCodeium on Arch

You need the debugpy package installed if it isn't already.

pacman -S python-debugpy

Offline

Board footer

Powered by FluxBB