Usually command
update-alternatives solve the problem, but you also could try use command
python3.8 rather than
python3 to make sure you use Python 3.8
python3.8 --version
python3.8 -m pip install --user Electrum-3.3.8.tar.gz[fast]
Thanks for the response.
First I had
ImportError: No module named pip
so I ran
sudo apt-get install python3-pip
and
a@galliumos:~$ python3.8 --version
Python 3.8.0
a@galliumos:~$ python3.8 -m pip install --user Electrum-3.3.8.tar.gz[fast]
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/usr/lib/python3/dist-packages/pip/__init__.py", line 14, in
from pip.utils import get_installed_distributions, get_prog
File "/usr/lib/python3/dist-packages/pip/utils/__init__.py", line 23, in
from pip.locations import (
File "/usr/lib/python3/dist-packages/pip/locations.py", line 9, in
from distutils import sysconfig
ImportError: cannot import name 'sysconfig' from 'distutils' (/usr/lib/python3.8/distutils/__init__.py)
I've been using linux for years but at this stuff I'm still a noob.
Since I'm at a dead end for ETFbitcoin's suggestions, I'll try AltcoinBuilder's idea when I have the time. Will report back.