When I try to run error output is related to Pyinstaller configuration:
λ alphastats_gui.exe
Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py", line 16, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "pkg_resources__init.py", line 95, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "jaraco\text\init__.py", line 231, in
File "pathlib.py", line 1134, in read_text
File "pathlib.py", line 1119, in open
FileNotFoundError: [Errno 2] No such file or directory: 'D:\AlphaPeptStats\jaraco\text\Lorem ipsum.txt'
[21636] Failed to execute script 'pyi_rth_pkgres' due to unhandled exception!
Release 0.6.9 https://github.com/MannLabs/alphapeptstats/releases/download/v0.6.9/alphastats_gui_installer_windows.exe
When I try to run error output is related to Pyinstaller configuration:
λ alphastats_gui.exe Traceback (most recent call last): File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py", line 16, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "pkg_resources__init.py", line 95, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "jaraco\text\ init__.py", line 231, in
File "pathlib.py", line 1134, in read_text
File "pathlib.py", line 1119, in open
FileNotFoundError: [Errno 2] No such file or directory: 'D:\AlphaPeptStats\jaraco\text\Lorem ipsum.txt'
[21636] Failed to execute script 'pyi_rth_pkgres' due to unhandled exception!