Skip to content

[Bug]: Python egg install and startup fails when tmp folder is too small #2

@parkervcp

Description

@parkervcp

Panel Version

1.11.5

Wings Version

1.11.11

Service

python

Modified

Yes, I modified the egg (will provide details below)

Expected Behavior

This can be resolved by changing the start and install commands to be similar to the following.

TMPDIR=PATH_TO_A_BIGGER_ONE pip install [package name] --target ANOTHER_PATH_TO_A_BIGGER_ONE

Install and startup process requirements correctly.

Actual Behavior

Fails to pull all requirements due to /tmp being too small.

Steps To Reproduce

Install any python code with a requirements file that has more than 100mb of dependencies.

Install logs

No logs but is a known issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions