Прошу консультации, собственно при установке данного кошелька через терминал с помощью команд:
sudo apt-get install python3-pyqt5 python3-pip
sudo pip3 install https://download.electrum.org/3.0/Electrum-3.0.tar.gz
получаю следующие:
The directory '/home/ice/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/ice/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting https://download.electrum.org/3.0/Electrum-3.0.tar.gz
Downloading https://download.electrum.org/3.0/Electrum-3.0.tar.gz (2.8MB)
100% |████████████████████████████████| 2.8MB 281kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "
ImportError: No module named 'setuptools'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-ytk5u8b8-build/
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
собственно как апгрейдить pip? при вводе --upgrade pip пишет что такая команда не найдена.
и собственно второй вопросик, я смог запустить кошелек только скачав архив и запустив "python3 electrum" так его надежно использовать? потому что набирая sudo python3 setup.py install опять же выдает ошибку