yes, I believe that it is the same as update
. I ran it for certainties sake, nothing changed.
Note that Lutris community gets me into the GUI, but I can't use Python:
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Python runtime state: core initialized
Traceback (most recent call last):
File "/usr/lib/python3.10/io.py", line 54, in <module>
ImportError: cannot import name 'text_encoding' from 'io' (unknown location)
The error is very strange considering:
╭─can@Pyramidal in ~ took 34ms
✦ [🔴] × pyenv shell system
╭─can@Pyramidal in ~ took 30ms
✦ ╰─λ python
Python 3.10.1 (main, Dec 11 2021, 17:22:55) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import io
>>> io.text_encoding
<built-in function text_encoding>
>>>