-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
INTRODUCE ME :
I'm working on http://github.com/manatlan/reqman ...
I already release a windows executable, thru a GHA with pyinstaller.
I've red this : https://www.infoworld.com/article/4030697/pyapp-an-easy-way-to-package-python-apps-as-executables.html
and wanted to try the "pyapp" system (to replace the pyinstaller version)
I'm not really a specialist of rust, of windows .. and GHA.
So I asked gemini-pro(thru jules) to create a GHA for me, with pyapp 0.29.0:
Here it is : https://github.com/manatlan/reqman/blob/master/.github/workflows/build_win_pyapp_test.yml
MY PROBLEM:
It's not working OOTB, see here:
https://github.com/manatlan/reqman/actions/runs/18615821245/job/53080192148
the relevant errors seems to be related to :
error: failed to run custom build command for `pyapp v0.29.0 (D:\a\reqman\reqman\pyapp-0.29.0)`
Caused by:
process didn't exit successfully: `D:\a\reqman\reqman\pyapp-0.29.0\target\release\build\pyapp-00a08bb2fffbcc62\build-script-build` (exit code: 101)
--- stdout
cargo:rustc-env=PYAPP_PROJECT_DEPENDENCY_FILE=
cargo:rustc-env=PYAPP__PROJECT_DEPENDENCY_FILE_NAME=
--- stderr
thread 'main' panicked at build.rs:645:13:
Project path is not a file: dist/reqman-0.0.0-py3-none-any.whl
Can anyone point me to the right direction ?
Metadata
Metadata
Assignees
Labels
No labels