We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to update my heroku stack from cedar-14 to cedar-18 and it appears bumping to cedar-18 breaks things?
-----> Pelican app detected -----> Installing Python (python-3.4.3) -----> Ensure pip Ignoring indexes: https://pypi.python.org/simple Collecting setuptools Collecting pip Installing collected packages: pip, setuptools Successfully installed pip-6.0.8 setuptools-12.0.5 -----> Installing dependencies using pip You are using pip version 6.0.8, however version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. -----> Running pelican Done: Processed 17 articles and 2 pages in 5.45 seconds. -----> Installing pcre (pcre-8.36) -----> Installing nginx (nginx-1.7.2) ! Push rejected, failed to compile Pelican app. ! Push failed
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
@kylef sorry to bother, just wondering if you've gotten this running on cedar-18, did you have to do anything special?
$ heroku stack:set heroku-16 -a <my app>
seemed to fix it, for now! gives us a couple more years to figure out cedar-18 :)
Sorry, something went wrong.
No branches or pull requests
I'm trying to update my heroku stack from cedar-14 to cedar-18 and it appears bumping to cedar-18 breaks things?
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: