heroku-python / conda-buildpack

[DEPRECATED] Buildpack for Conda.
MIT License
157 stars 251 forks source link

Dependencies fail to install when using `requirements.txt` #36

Open asciidiego opened 5 years ago

asciidiego commented 5 years ago

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 https://github.com/heroku-python/conda-buildpack/blob/87945f3d062c777403f28055ff31cfec73b131e2/bin/steps/conda_compile#L22 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 :)