Skip to content

Solve pip install problems with old versions of packages #1

Description

@johnthedebs

Installation of project requirements needs to be rewritten to be smarter about it than pip. The way I see this working is that for each package in the requirements file:

  1. Check to see if it's already installed.
  2. If it's not installed, or there's an old version, install the given version of the package (with -I?).
  3. If it is installed, skip it.

This will make deploys a lot faster and more reliable (this part of the process fails so often).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions