NeblioTeam / electrum-nebl

Electrum Desktop Wallet for the Neblio Network
3 stars 2 forks source link

Problems building Electrum wallet on openSuse (Tumbleweed) Linux #2

Open dec1 opened 6 years ago

dec1 commented 6 years ago

The instructions for linux only seem to apply to debian based systems. On my OpenSuse (Tumblweed) machine here's what I tried:

nebliodev commented 6 years ago

https://github.com/spesmilo/electrum/issues/1780 seems to indicate some systems may need to install dnspython instead.

This is untested.

dec1 commented 6 years ago

This doesn't help.

> sudo pip3 install dnspython
Requirement already satisfied: dnspython in /usr/lib/python3.6/site-packages
> sudo pip3 install dns
Collecting dns
  Could not find a version that satisfies the requirement dns (from versions: )
No matching distribution found for dns

I also additionally installed the following via yast, but to no further avail (based on the comment by popey at spesmilo/electrum#1780

python3-dnspython python3-qrcode python3-pbkdf2 python3-protobuf python3-jsonrpclib-pelix

python-slowaes

Could it be a problem with the code snapshot? See https://github.com/spesmilo/electrum/issues/3711

dec1 commented 6 years ago

Also the README.rst file in the source zip/tar.gz says that after installing the qt dependencies

If you downloaded the official package (tar.gz), you can run Electrum from its root directory, without installing it on your system; all the python dependencies are included in the 'packages' directory. To run Electrum from its root directory, just do::

./electrum-nebl

So most of the above should be unnecessary anyways.

So either the readme is misleading or the instructions on the website