python icon indicating copy to clipboard operation
python copied to clipboard

Pipfile is not recognized

Open cancinar opened this issue 1 year ago • 0 comments

Expected Behavior

It should be detected automatically if there is Pipfile in the root directory.

Current Behavior

The builder does not recognize Pipfile, and it says 'No buildpack groups passed detection.'

Output:

[detector] SKIPPED: No supported environment variables were set
[detector] ======== Results ========
[detector] pass: paketo-buildpacks/[email protected]
[detector] pass: paketo-buildpacks/[email protected]
[detector] pass: paketo-buildpacks/[email protected]
[detector] fail: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[detector] ERROR: No buildpack groups passed detection.
[detector] ERROR: Please check that you are running against the correct path.
[detector] ERROR: failed to detect: no buildpacks participating
ERROR: failed to build: executing lifecycle: failed with status code:

Possible Solution

Steps to Reproduce

Screenshot 2024-08-28 at 14 16 40

pack build my-app --buildpack paketo-buildpacks/python --builder paketobuildpacks/builder-jammy-base

Motivations

The builder should detect correctly and it should also look at the sub-folders to find *.py files

cancinar avatar Aug 28 '24 12:08 cancinar