Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created January 12, 2023 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/f72bc01bd04913f6b0727f9cc90bbff2 to your computer and use it in GitHub Desktop.
Save exarkun/f72bc01bd04913f6b0727f9cc90bbff2 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "requests/compat.py", line 11, in <module>
ModuleNotFoundError: No module named 'chardet'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tahoe.py", line 19, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "allmydata/scripts/runner.py", line 24, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "allmydata/scripts/tahoe_invite.py", line 24, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "allmydata/client.py", line 32, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "allmydata/storage_client.py", line 77, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "allmydata/storage/http_client.py", line 32, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "treq/__init__.py", line 5, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "treq/api.py", line 5, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "treq/client.py", line 32, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "treq/response.py", line 5, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "requests/__init__.py", line 45, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "requests/exceptions.py", line 9, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "requests/compat.py", line 13, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "charset_normalizer/__init__.py", line 24, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "charset_normalizer/api.py", line 5, in <module>
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "charset_normalizer/cd.py", line 9, in <module>
ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'
[1194] Failed to execute script 'tahoe' due to unhandled exception!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment