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:
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:
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.