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

Add Python runtime specification for Heroku deployment #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RohinJoshi1
Copy link

Description

Adds runtime.txt to specify Python 3.11.7 as the deployment runtime to resolve dependency compatibility issues with psycopg2 on Heroku.

Changes

  • Added runtime.txt file specifying Python 3.11.7
  • This resolves the deployment error: "undefined symbol: PyInterpreterState_Get"

Testing

  • Verified successful Heroku deployment with the new runtime specification

Related Issues

Fixes - Heroku deployment failing due to Python/psycopg2 compatibility

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