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

Basic install is throwing errors #2

Open
datatalking opened this issue May 13, 2022 · 1 comment
Open

Basic install is throwing errors #2

datatalking opened this issue May 13, 2022 · 1 comment

Comments

@datatalking
Copy link

  1. I'm getting errorrs when I'm trying to run the .sh file in your instructions
  2. A large chunk of the code seems to self reference so there is at least three circular logic statements I'm debugging.
    2A './server-setup.sh' gives error
    ld: library not found for -lssl
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    error: command 'gcc' failed with exit status 1

2B. python manage.py migrate attempts to run and install the migration but no setup.py or references to requirements.txt have been made so it gives django-heroku not installed... even after it is.
2C. Even if I ignore both of those errors or try to monkey patch them with python the site will not render. Would really like to look at your app, but it appears to have been a few years. Can we update this or have you depreicated the code?

Not Found

The requested resource was not found on this server.
  1. setup.py needs to be created and the requirements.txt file updated as well. I could work on this but have another option if this code is depricated.

Screen Shot 2022-05-13 at 3 27 00 PM

@datatalking
Copy link
Author

I also tried this order of operations to debug the issue

# tried pip3 install psycopg2==2.7.5
# made progress
# error django_heroku error not found, depreicated in favor of django_on_heroku
# tried sudo apt install libpq-dev
# no go, not debian, tried brew install libpq-dev after pip install libpq-dev
# then tried brew install libpq
# will retry then brew postgresql-upgrade-database

Also found that django_heroku has been depricated, how would we patch your code to get it running?
heroku/django-heroku#48

brew postgresql-upgrade-database

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

No branches or pull requests

1 participant