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

Dependencies fail to install when using requirements.txt #36

Open
asciidiego opened this issue Feb 12, 2019 · 0 comments
Open

Dependencies fail to install when using requirements.txt #36

asciidiego opened this issue Feb 12, 2019 · 0 comments

Comments

@asciidiego
Copy link

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant