You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
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.
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
conda-buildpack/bin/steps/conda_compile
Line 22 in 87945f3
--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 :)
The text was updated successfully, but these errors were encountered: