Mac M4 Tahoe 26.0.1 user. Today when trying to run my .ipynb as usual (.venv already setup etc.), a popup has appeared showing “Running cells with ‘Python 3.13.2’ requires the ipykernel package”. PB1
When clicking on “install”, first another popup said “There is no Pip installer available in the selected environment”. Now an error appears when trying to run a cell: Running cells with ‘Python 3.13.2’ requires the ipykernel package.
Install ‘ipykernel’ into the Python environment.
Command: ‘/opt/homebrew/bin/python3 -m pip install ipykernel -U –user –force-reinstall’
The situation is the same on ALL of my folders / projects.
I’ve already tried basically everything. Uninstalling VS Code completely (full reset), updating my Mac, changing .venv, deleting / recreating .venv, checking versions… Nothing works. It seems to be a VS Code problem but I can’t figure it out.