Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Dependencies fail to install when using requirements.txt #36

@asciidiego

Description

@asciidiego

Although Docker is better than using this Buildpack for Conda, because I did not want to introduce more complexity to the micro-project I was developing, I needed to use pip.

The problem is that in

pip install -r requirements.txt --exists-action=w --allow-all-external | indent
the argument option called --allow-all-externals is deprecated in modern pip versions (>18.0).

So I deleted it, and the build worked in Heroku. Hope I could help somebody :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions