I have tried installing, I have tried running from konsole, I have tried installing thru synaptic (not in repos) and get the following errors…
user@host:~$ sudo apt-get install electrum
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package electrum
user@host:~$
Also Ive tried opening in the directory…
user@host:~/Electrum-3.2.2$ ./electrum
Traceback (most recent call last):
File “./electrum”, line 70, in
imp.load_module(‘electrum’, *imp.find_module(‘lib’))
File “/usr/lib/python3.4/imp.py”, line 245, in load_module
return load_package(name, filename)
File “/usr/lib/python3.4/imp.py”, line 217, in load_package
return methods.load()
File “”, line 1220, in load
File “”, line 1200, in _load_unlocked
File “”, line 1129, in _exec
File “”, line 1471, in exec_module
File “”, line 321, in _call_with_frames_removed
File “/home/user/Electrum-3.2.2/lib/init.py”, line 3, in
from .wallet import Synchronizer, Wallet
File “/home/user/Electrum-3.2.2/lib/wallet.py”, line 52, in
from .bitcoin import *
File “/home/user/Electrum-3.2.2/lib/bitcoin.py”, line 33, in
from . import ecc
File “/home/user/Electrum-3.2.2/lib/ecc.py”, line 29, in
from typing import Union
ImportError: No module named ‘typing’
user@host:~/Electrum-3.2.2$
The dependencies install fine but when I install with pip I get…
user@host:~$ sudo pip3 install https://download.electrum.org/3.2.2/Electrum-3.2.2.tar.gz
Downloading/unpacking https://download.electrum.org/3.2.2/Electrum-3.2.2.tar.gz
Downloading Electrum-3.2.2.tar.gz (5.6MB): 5.6MB downloaded
Running setup.py (path:/tmp/pip-rji2t17p-build/setup.py) egg_info for package from https://download.electrum.org/3.2.2/Electrum-3.2.2.tar.gz
error in Electrum setup command: Invalid environment marker: python_version < “3.5”
Complete output from command python setup.py egg_info:
error in Electrum setup command: Invalid environment marker: python_version < “3.5”
Cleaning up…
Command python setup.py egg_info failed with error code 1 in /tmp/pip-rji2t17p-build
Storing debug log for failure in /root/.pip/pip.log
user@host:~$
Can anyone help?
Thank you!