Skip to content
New issue

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

Added explicit python versioning. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cisaacstern
Copy link

On a system running python-3.7.9 locally, if I git clone minimal-heroku-demo and local deploy with panel serve, the app displays correctly in the browser. Heroku's default build with python 3.6.12, however, results in a nominally "successful" build (according to the logs), but the browser displays a blank page at the heroku app URL.

Adding a runtime.txt with contents python-3.7.9 for explicit python versioning resolves this issue. Heroku then builds with python-3.7.9 and the heroku app displays as expected.

When I raised this on this HoloViz thread, @MarcSkovMadsen pointed out that python 3.6 is a supported version for panel; per his suggestion, I will submit this issue separately as a bug to panel. Prior to that bug being resolved, however, explicit python versioning allows minimal-heroku-demo to work as intended.

Browser: Google Chrome Version 86.0.4240.111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant