Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/util.py", line 1934, in test_read_write_permissions
    with open(temp_path, "w", encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.electrum/wallets/default_wallet.tmptest.16194'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/storage.py", line 67, in __init__
    test_read_write_permissions(self.path)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/util.py", line 1940, in test_read_write_permissions
    raise IOError(e) from e
OSError: [Errno 2] No such file or directory: '/home/user/.electrum/wallets/default_wallet.tmptest.16194'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 354, in start_new_window
    wallet = self._start_wizard_to_select_or_create_wallet(path)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 399, in _start_wizard_to_select_or_create_wallet
    storage, db = wizard.create_storage(path)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/base_wizard.py", line 680, in create_storage
    storage = WalletStorage(path)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/storage.py", line 69, in __init__
    raise StorageReadWriteError(e) from e
electrum.storage.StorageReadWriteError: [Errno 2] No such file or directory: '/home/user/.electrum/wallets/default_wallet.tmptest.16194'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 377, in start_new_window
    filename = get_new_wallet_name(wallet_dir)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/util.py", line 515, in get_new_wallet_name
    if filename in os.listdir(wallet_folder):
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.electrum/wallets'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 457, in main
    if not self.start_new_window(path, self.config.get('url'), app_is_starting=True):
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 317, in wrapper
    return func(self, *args, **kwargs)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/gui/qt/__init__.py", line 379, in start_new_window
    path = self.config.get_fallback_wallet_path()
  File "/home/user/.local/lib/python3.9/site-packages/electrum/simple_config.py", line 310, in get_fallback_wallet_path
    util.assert_datadir_available(self.path)
  File "/home/user/.local/lib/python3.9/site-packages/electrum/util.py", line 484, in assert_datadir_available
    raise FileNotFoundError(
FileNotFoundError: Electrum datadir does not exist. Was it deleted while running?
Should be at /home/user/.electrum