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
This is a someone infrequently used feature, and it seems it could be replaced by an inline buildpack that runs a single command.
Though we'd need to check whether NLTK_DATA needs to be set, or if we can rely on the default output location.
If we do decide to drop this feature, we'll want to display migration advice in the CNB. Or if we don't drop the feature, we'll need to implement support for it in the CNB.
The classic Python buildpack supports installing NLTK corpora via an
nltk.txt
file:https://devcenter.heroku.com/articles/python-nltk
https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/nltk
https://www.nltk.org/data.html
This is a someone infrequently used feature, and it seems it could be replaced by an inline buildpack that runs a single command.
Though we'd need to check whether
NLTK_DATA
needs to be set, or if we can rely on the default output location.If we do decide to drop this feature, we'll want to display migration advice in the CNB. Or if we don't drop the feature, we'll need to implement support for it in the CNB.
GUS-W-17140864.
The text was updated successfully, but these errors were encountered: