Closed TARS-bot closed 3 years ago
I’m getting the same error. I’ve installed Electrum on Ubuntu using these commands:
sudo apt-get install python3-setuptools python3-pyqt5 python3-pip
sudo pip3 install https://download.electrum.org/3.2.0/Electrum-3.2.0.tar.gz
The crash occurs when I create a new wallet in the installation wizard (Create new wallet -> Standard wallet -> Create a new seed) -- it crashes instantly when I click next on the “Choose seed type” page.
@Lilalas see https://github.com/spesmilo/electrum/issues/4475
@bauerj Is that valid syntax? (edit: I guess it is... not sure then.) https://github.com/spesmilo/electrum/blob/61a95a4239e20d41aef60e4c035f9ed2326f4b81/contrib/build-osx/osx.spec#L32 (we have the same for the win binaries but issue is not present there) I guess the wordlist has not been included in Mac binaries for some time but this issue only appeared in 3.1.3 due to https://github.com/spesmilo/electrum/pull/4033
@ecdsa this is actually separate from https://github.com/spesmilo/electrum/issues/4475 Unclear what caused this hence unclear if it has been solved :/
Okay, thanks!
Off-topic question: Using pip
, is there a way to update the package? I guess I have to remove the old program files and download the new version manually.
Good afternoon @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.2.0. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.1.3 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/main_window.py", line 465, in new_wallet
self.gui_object.start_new_window(full_path, None)
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/__init__.py", line 221, in start_new_window
wallet = wizard.run_and_get_wallet(self.daemon.get_wallet)
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/installwizard.py", line 305, in run_and_get_wallet
self.run(action)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 79, in run
f(*args)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 106, in new
self.choice_dialog(title=title, message=message, choices=choices, run_next=self.on_wallet_type)
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/installwizard.py", line 89, in func_wrapper
run_next(*out)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 130, in on_wallet_type
self.run(action)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 79, in run
f(*args)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 162, in choose_keystore
self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/installwizard.py", line 89, in func_wrapper
run_next(*out)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 79, in run
f(*args)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 515, in choose_seed_type
self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)
File "/usr/local/lib/python3.6/dist-packages/electrum_gui/qt/installwizard.py", line 89, in func_wrapper
run_next(*out)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 79, in run
f(*args)
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 517, in create_segwit_seed
def create_segwit_seed(self): self.create_seed('segwit')
File "/usr/local/lib/python3.6/dist-packages/electrum/base_wizard.py", line 523, in create_seed
seed = mnemonic.Mnemonic('en').make_seed(self.seed_type)
File "/usr/local/lib/python3.6/dist-packages/electrum/mnemonic.py", line 126, in __init__
self.wordlist = load_wordlist(filename)
File "/usr/local/lib/python3.6/dist-packages/electrum/mnemonic.py", line 94, in load_wordlist
with open(path, 'r', encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.6/dist-packages/electrum/wordlist/english.txt'
~ With robotic wishes
this latest report is on linux, so it's https://github.com/spesmilo/electrum/issues/4475 -- already fixed
Good afternoon @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.2.2. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.2.0 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/main_window.py", line 465, in new_wallet
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/__init__.py", line 221, in start_new_window
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 305, in run_and_get_wallet
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 79, in run
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 106, in new
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 89, in func_wrapper
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 130, in on_wallet_type
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 79, in run
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 162, in choose_keystore
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 89, in func_wrapper
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 79, in run
File "Electrum-3.2.2-py3.6.egg/electrum/base_wizard.py", line 368, in restore_from_seed
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 79, in func_wrapper
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 403, in restore_seed_dialog
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/installwizard.py", line 371, in seed_input
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/seed_dialog.py", line 109, in __init__
File "Electrum-3.2.2-py3.6.egg/electrum_gui/qt/seed_dialog.py", line 147, in initialize_completer
File "Electrum-3.2.2-py3.6.egg/electrum/mnemonic.py", line 126, in __init__
File "Electrum-3.2.2-py3.6.egg/electrum/mnemonic.py", line 94, in load_wordlist
FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/k0/m66z5tj523j4klyscqg821240000gn/T/_MEI3K0qrl/electrum/wordlist/english.txt'
~ With robotic wishes
Good morning @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.2.3. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.2.2 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "electrum/gui/qt/main_window.py", line 467, in new_wallet
File "electrum/gui/qt/__init__.py", line 221, in start_new_window
File "electrum/gui/qt/installwizard.py", line 311, in run_and_get_wallet
File "electrum/base_wizard.py", line 79, in run
File "electrum/base_wizard.py", line 106, in new
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 140, in on_wallet_type
File "electrum/base_wizard.py", line 79, in run
File "electrum/base_wizard.py", line 172, in choose_keystore
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 79, in run
File "electrum/base_wizard.py", line 383, in restore_from_seed
File "electrum/gui/qt/installwizard.py", line 86, in func_wrapper
File "electrum/gui/qt/installwizard.py", line 409, in restore_seed_dialog
File "electrum/gui/qt/installwizard.py", line 377, in seed_input
File "electrum/gui/qt/seed_dialog.py", line 109, in __init__
File "electrum/gui/qt/seed_dialog.py", line 147, in initialize_completer
File "electrum/mnemonic.py", line 125, in __init__
File "electrum/mnemonic.py", line 93, in load_wordlist
FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/32/1jq2bgpj6zg0l8z2x6csm6q80000gn/T/_MEIR0mJob/electrum/wordlist/english.txt'
~ With robotic wishes
Good morning @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.3.4. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.2.3 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "electrum/gui/qt/main_window.py", line 531, in new_wallet
File "electrum/gui/qt/__init__.py", line 207, in wrapper
File "electrum/gui/qt/__init__.py", line 233, in start_new_window
File "electrum/gui/qt/installwizard.py", line 321, in run_and_get_wallet
File "electrum/base_wizard.py", line 96, in run
File "electrum/base_wizard.py", line 132, in new
File "electrum/gui/qt/installwizard.py", line 103, in func_wrapper
File "electrum/base_wizard.py", line 166, in on_wallet_type
File "electrum/base_wizard.py", line 96, in run
File "electrum/base_wizard.py", line 198, in choose_keystore
File "electrum/gui/qt/installwizard.py", line 103, in func_wrapper
File "electrum/base_wizard.py", line 96, in run
File "electrum/base_wizard.py", line 583, in choose_seed_type
File "electrum/gui/qt/installwizard.py", line 103, in func_wrapper
File "electrum/base_wizard.py", line 96, in run
File "electrum/base_wizard.py", line 586, in create_standard_seed
File "electrum/base_wizard.py", line 591, in create_seed
File "electrum/mnemonic.py", line 125, in __init__
File "electrum/mnemonic.py", line 92, in load_wordlist
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/_b/7vl0qxjd3zbbqq81qjm1ftch0000gn/T/_MEIlsnDoM/electrum/wordlist/english.txt'
~ With robotic wishes
could this be caused by an unreliable filesystem?
Good evening @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.3.6. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.3.4 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "electrum/gui/qt/main_window.py", line 554, in new_wallet
File "electrum/gui/qt/__init__.py", line 215, in wrapper
File "electrum/gui/qt/__init__.py", line 239, in start_new_window
File "electrum/gui/qt/__init__.py", line 281, in _start_wizard_to_select_or_create_wallet
File "electrum/base_wizard.py", line 101, in run
File "electrum/base_wizard.py", line 136, in new
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 169, in on_wallet_type
File "electrum/base_wizard.py", line 101, in run
File "electrum/base_wizard.py", line 201, in choose_keystore
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 101, in run
File "electrum/base_wizard.py", line 598, in choose_seed_type
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 101, in run
File "electrum/base_wizard.py", line 601, in create_standard_seed
File "electrum/base_wizard.py", line 606, in create_seed
File "electrum/mnemonic.py", line 128, in __init__
File "electrum/mnemonic.py", line 94, in load_wordlist
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/2q/2xdg01wj7fd9xxhwr6_1mqlh0000gn/T/_MEITafYZk/electrum/wordlist/english.txt'
~ With robotic wishes
Good morning @ecdsa,
I just received another crash report related to this issue. The crash occured on Electrum 3.3.8. I'm not sure which versions of Electrum include the fix but this is the first report from anything newer than 3.3.6 since you closed the issue.
Could you please check if this issue really is resolved? Here is the traceback that I just collected:
File "electrum/gui/qt/main_window.py", line 553, in new_wallet
File "electrum/gui/qt/__init__.py", line 215, in wrapper
File "electrum/gui/qt/__init__.py", line 239, in start_new_window
File "electrum/gui/qt/__init__.py", line 281, in _start_wizard_to_select_or_create_wallet
File "electrum/base_wizard.py", line 102, in run
File "electrum/base_wizard.py", line 137, in new
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 170, in on_wallet_type
File "electrum/base_wizard.py", line 102, in run
File "electrum/base_wizard.py", line 202, in choose_keystore
File "electrum/gui/qt/installwizard.py", line 96, in func_wrapper
File "electrum/base_wizard.py", line 102, in run
File "electrum/base_wizard.py", line 452, in restore_from_seed
File "electrum/gui/qt/installwizard.py", line 93, in func_wrapper
File "electrum/gui/qt/installwizard.py", line 424, in restore_seed_dialog
File "electrum/gui/qt/installwizard.py", line 392, in seed_input
File "electrum/gui/qt/seed_dialog.py", line 113, in __init__
File "electrum/gui/qt/seed_dialog.py", line 152, in initialize_completer
File "electrum/mnemonic.py", line 128, in __init__
File "electrum/mnemonic.py", line 94, in load_wordlist
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/yn/5lwszj714_7bsyp486f9g46c0000gn/T/_MEIO6dWBY/electrum/wordlist/english.txt'
~ With robotic wishes
closing, it must have been fixed
Crash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
Reporter
This issue was reported by 71 user(s):
Additional Information