Post
Topic
Board Electrum
Re: Upgrading to Electrum 3.3.6 on Ubuntu
by
rbscebu
on 12/06/2019, 04:43:11 UTC
Thank you pooya87. I got all that done.
Code:
python3 --version
Python 3.6.8
Then I got
Code:
python3 -m pip install --user Electrum-3.3.6.tar.gz[fast]
/usr/bin/python3: No module named pip
so I
Code:
sudo apt-get update && sudo apt-get -y upgrade
sudo apt-get install python-pip
To check my pip install, I
Code:
pip --version
Traceback (most recent call last):
  File "/home/richard/.local/bin/pip", line 7, in
    from pip._internal import main
ImportError: No module named _internal
This was not what I expected and I still get
Code:
python3 -m pip install --user Electrum-3.3.6.tar.gz[fast]
/usr/bin/python3: No module named pip
Any further assistance would be much appreciated.