It looks like an incomplete compilation/installation of Python.ModuleNotFoundError: No module named 'encodings'
First, you should look for requirements to build CPython. Install them.
Do not install CPython system-wide. Use pyenv for example, to make a user installation of CPython, which does not affect the whole Operating System.
Here are some instructions: https://github.com/pyenv/pyenv/wiki#sug ... nvironment
Statistics: Posted by DeaD_EyE — Sun Mar 03, 2024 12:12 pm