Bitcoin Forum
May 03, 2024, 02:33:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: electrum 3.2.2 and 3.3.6 does NOT run  (Read 250 times)
martias4444 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
June 30, 2019, 04:50:33 PM
 #1

I used to use electrum 3.2.2. with no problems on linux mint 18.3 x64xfce(sylvia)-live on laptop with pentium processor. I tried to run electrum 3.2.2 today and after making the electrum icon executable nothing happens I tried to click on it few times, nothing. Downloaded electrum 3.3.6 from electrum.org and after installing it same thing electrum fails to run so I cant even start inputting my seed. Any ideas.
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bL4nkcode
Copper Member
Legendary
*
Offline Offline

Activity: 2142
Merit: 1305


Limited in number. Limitless in potential.


View Profile
June 30, 2019, 05:34:13 PM
 #2

Try to uninstall your old version of electrum first, make sure you have your backups(recovery phrase, private keys) of the wallet imported on electrum before doing, then install the latest version 3.3.6 on your device then try to import your recovery seed there.
Make sure you downloaded it from https://electrum.org/#download
ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7452


Crypto Swap Exchange


View Profile
June 30, 2019, 07:08:22 PM
Merited by bones261 (2)
 #3

Usually it's permission or dependency problem. If you're not sure if you have all dependency, install it with command

Code:
sudo apt-get install python3-pyqt5

If you build from source, install the dependency and install Electrum parameter --upgrade

Code:
sudo apt-get install python3-setuptools python3-pip
python3 -m pip install --user Electrum-3.3.6.tar.gz[fast] --upgrade

If you still can't run electrum, try to get error message by running electrum from terminal so we can diagnose the problem.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
martias4444 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
June 30, 2019, 07:42:08 PM
 #4

tried many times, upgraded pip's, python to latest 3.3.8 ver., nothing,  still cant run it.
martias4444 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
June 30, 2019, 07:57:24 PM
 #5

sorry, i ment 3.6.8
martias4444 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
June 30, 2019, 09:21:11 PM
 #6

i was able to run imageapp but still get some invalids, so uncertain about using it for coins transactions:

mint mint # python3 -V
Python 3.6.3
mint mint # ./electrum-3.3.4-x86_64.AppImage
QStandardPaths: wrong ownership on runtime directory /run/user/999, 999 instead of 0
QApplication: invalid style override passed, ignoring it.


---and for 3.3.6 ver of appimage:

mint mint # ./electrum-3.3.6-x86_64.AppImage
/tmp/.mount_electrF8s0Lu/usr/lib/python3.6/site-packages/Cryptodome/Util/number.py:227: DeprecationWarning: invalid escape sequence \
  """
QStandardPaths: wrong ownership on runtime directory /run/user/999, 999 instead of 0
QApplication: invalid style override passed, ignoring it.
mint mint #
elda34b
Sr. Member
****
Offline Offline

Activity: 910
Merit: 351


View Profile
July 01, 2019, 02:52:42 AM
 #7

Looks like some QT error, maybe you have different QT path than expected.

Have you successfully opened your wallet then?
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
July 01, 2019, 07:52:07 AM
Merited by xandry (2), bones261 (2), LoyceV (1), ABCbits (1)
 #8

This message appears because you are running electrum as root.

Please don't run electrum as root. Don't run any GUI program as root. Ever.
 

Do you actually have a normal user (non-root) on your system? If not, create one. Then use this user to run electrum.

Use a regular user and the output will be gone. Additionally this doesn't mean you can't use it properly. Everything is fine with your appimage.

martias4444 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 1


View Profile
July 06, 2019, 07:40:41 AM
 #9

 Grin
that's great to hear there is nothing to worry, it was as root because I ran it on linux live form cd, installing, reinstalling, trying what's working or not. Hopefully this post helps others in the near future. Thank you for your help to all involved.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!