Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precompiled Windows binary won't run because of missing files in the build #380

Open
andzajan opened this issue Nov 21, 2024 · 0 comments
Open
Assignees

Comments

@andzajan
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants