04.09.2022, 12:19
I've followed your second lot of instructions and when I get to the Python section and run this command
I receive the following error:
'python: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory'
Prior to that I did receive the following Warning message after running - this occurred after the command finished running.
'WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv'
Not sure where I've gone wrong.
sudo python get-pip.py
'python: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory'
Prior to that I did receive the following Warning message after running - this occurred after the command finished running.
sudo make install
Not sure where I've gone wrong.