You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: