The problem is the same as in this video, but the solution does not help
Trying to open via terminal in vscode with the gnome-terminal
command, I get this error:
Traceback (most recent call last): File "/usr/bin/gnome-terminal", line 9, in <module> from gi.repository import GLib, Gio File "/usr/lib/python3/dist-packages/gi/__init__.py", line 40, in <module> from . import _giImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import) (/usr/lib/python3/dist-packages/gi/__init__.py)
I tried to reinstall the terminal using the commands sudo apt remove --purge gnome-terminal
and sudo apt install gnome-terminal
, but it did not help