Skip to content

Python packages not persisting between workspace restarts #7077

Closed
@kevin-ci

Description

@kevin-ci

Bug description

Packages installed with Pip are not persisting between workspace restarts.

Steps to reproduce

Open the following in gitpod: https://github.com/kevin-ci/gitpod-bug-demo

Use pip3 install -r requirements.txt to install the requirements. Then run pip3 freeze to ensure they're installed.

Manually stop and restart the workspace. When it restarts, run pip3 freeze again. The installed packages (Django in this case) will be gone. A bunch of default packages will still be present.

Workspace affected

No response

Expected behavior

The packages persist between restarts, as they used to.

Example repository

No response

Anything else?

This seems to be related to an issue I raised the other day: #7064

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta: staleThis issue/PR is stale and will be closed soonteam: workspaceIssue belongs to the Workspace team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions