Electrum: Getting Started asking for module dns?

Created on 24 Oct 2017  路  2Comments  路  Source: spesmilo/electrum

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

Refer to #3097 It is not fully support Python3 yet
Here is my setup

  1. Download the latest relase .tar.gz
  2. pyenv using python 2.7.14
  3. ./electrum

Error:

(electrum) sarit@sniper:~/electrum-2.9.3$ ./electrum 
Error: No module named dns. Try 'sudo pip install <module-name>'
(electrum) sarit@sniper:~/electrum-2.9.3$ python -V
Python 2.7.14

All 2 comments

I use pyenv. Instead of install python3-pyqt5. I have to use pip install pyqt5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shawnpringle picture shawnpringle  路  3Comments

juniorjp picture juniorjp  路  5Comments

Akshansh1903 picture Akshansh1903  路  4Comments

karelbilek picture karelbilek  路  4Comments

Moredread picture Moredread  路  3Comments