Post
Topic
Board Electrum
Merits 1 from 1 user
Electrum 3.3.2: SyntaxError: invalid syntax
by
tUnes3
on 23/12/2018, 12:25:44 UTC
⭐ Merited by HCP (1)
Below are the packages that I have installed to get the previous version 3.2.3 running:

python3-pyqt5
python3-dnspython
python3-pyaes
python3-ecdsa
python3-qrcode
python3-protobuf
python3-jsonrpclib-pelix
python3-socks

As usual I do not want to install Electrum. I just want to be able to run it like:

Code:
python3 run_electrum

I had no problems running 3.2.3 in the above manner but I do encounter the following issue when I try to run 3.3.2:

Code:
File "run_electrum", line 53
    sys.exit(f"Error: {str(e)}. Try 'sudo python3 -m pip install '")
                                                                               ^
SyntaxError: invalid syntax

I appreciate your help in fixing the above issue.