Author

Topic: Can't run Electrum (Qubes OS) (Read 328 times)

jr. member
Activity: 35
Merit: 2
March 31, 2018, 06:06:16 AM
#5
I made simple script for execute electrum inside Qubes OS VM without dnf update.

bin/electrum.sh
Code:
#!/bin/sh
sudo dnf install python3-PyQt5 -y
sudo pip3 install --upgrade pip
sudo pip3 install https://download.electrum.org/3.1.2/Electrum-3.1.2.tar.gz
electrum

legendary
Activity: 3710
Merit: 1586
November 15, 2017, 12:42:15 AM
#4
fedora uses yum not apt-get. you have to install the qt5 package for python 3. search for it using yum search. you also need pip3 (python3-pip). search for that as well. then use pip3 to install electrum from the tarball.
legendary
Activity: 3472
Merit: 10611
November 15, 2017, 12:06:33 AM
#3
i am not a linux expert but it seems to me like your pakcage manager is having trouble finding the "pyqt5" package to install. it is possible that since this is a year old operating system, it is not supporting all new python3 packages.

i couldn't find anything about it online. but you can open an issue on their Github repo: https://github.com/QubesOS/qubes-issues (nobody had this issue there either).

or you can just stick to an electrum version below 3 which was still on python 2
or just use a more popular Linux distro like Ubuntu!
newbie
Activity: 2
Merit: 0
November 14, 2017, 11:39:08 AM
#2
I install and updated fedora-25 VM, then I type at dom0: "qvm-clone fedora-25 fedora-25-electrum"
and then I type "qvm-start fedora-25-electrum qvm-run fedora-25-electrum xterm"
then "sudo dnf update"
dependencies resolved.
Nothing to do
sending application list and icons to dom0
then:
"sudo dnf install electrum"
Last metadata expiration check: 2:23:35 ago on ....data
No package electrum available

I don't know how I installed electrum (As I remember I type something like install dnf https://download.electrum.org/3.0.2/Electrum-3.0.2.tar.gz
It shows in AppVM at my fedora-25-electrum VM, but it doesn't open.

I think that electrum doesn't open, because I can't install python3-pyqt5

I do this: sudo apt-get install python3-setuptools python3-pyqt5 python3-pip
Reading package Lists... DOne
Building Dependency Tree... Done
l python3-setuptools is already newest version
E: couldn't find package python3-pyqt5

I have old version of python (2,7) and I can't upgrade it to 3.4 that required by Electrum.
How can I do that?
newbie
Activity: 2
Merit: 0
November 14, 2017, 09:11:50 AM
#1
Hi guys! I've installed qubes + whonix and I wanna make split bitcoins
I've done everything from official tutorial (https://www.qubes-os.org/doc/split-bitcoin/) But nothing happens, when I click on shortcut of Electrum Wallet at my fedora-25-electrum VM.
What should I do with it?
Jump to: