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
Resolving node version 10.4.1...
Downloading and installing node 10.4.1...
Bootstrapping npm 5.6.0 (replacing 6.1.0)...
npm 5.6.0 installed
-----> Restoring cache
Cached directories were not restored due to a change in version of node, npm, yarn or stack
Module installation may take longer for this build
-----> Pruning devDependencies
Skipping because npm 5.6.0 sometimes fails when running 'npm prune' due to a known issue npm/npm#19356
You can silence this warning by updating to at least npm 5.7.1 in your package.json
https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version
-----> Build succeeded!
-----> Python app detected
! Requested runtime (python-2.7.10) is not available for this stack (heroku-18).
! Aborting. More info: https://devcenter.heroku.com/articles/python-support
! Push rejected, failed to compile Python app.
! Push failed`
The text was updated successfully, but these errors were encountered:
@stlim0730 discovered that Heroku requires a number of updates:
ecently, Heroku has stopped supporting a few dependencies of Farmview. According to their policy change, Farmview requires upgrades in them since it has used old versions of the tools. Also, some of community-maintained tools are deprecated or going to be out of the lifecycle.
So, I'm trying to upgrade:
Heroku's Cedar-14 stack to Heroku-18- Python 2.7 to Python 3.X
Django 1.7 to Django 2.2 or 3.0
Ubuntu Xenial to Bionic (only for development environment)
In doing so, I faced an issue in spinning up the local instance on Vagrant. "Populate local database" part in development/provision.sh doesn't work properly. Is it a known issue? Any help would be appreciated.
Tried to deploy after recent dependabot updates.
It seems like Heroku is only working with applications that have python 3:
https://devcenter.heroku.com/articles/python-support
Here is the build log with the error:
`-----> Node.js app detected
-----> Creating runtime environment
-----> Installing binaries
engines.node (package.json): 10.4.1
engines.npm (package.json): 5.6.0
-----> Restoring cache
Cached directories were not restored due to a change in version of node, npm, yarn or stack
Module installation may take longer for this build
-----> Installing dependencies
Installing node modules (package.json + package-lock)
-----> Build
Running build
-----> Caching build
- node_modules
-----> Pruning devDependencies
Skipping because npm 5.6.0 sometimes fails when running 'npm prune' due to a known issue
npm/npm#19356
-----> Build succeeded!
-----> Python app detected
! Requested runtime (python-2.7.10) is not available for this stack (heroku-18).
! Aborting. More info: https://devcenter.heroku.com/articles/python-support
! Push rejected, failed to compile Python app.
! Push failed`
The text was updated successfully, but these errors were encountered: