-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remove psycopg2 dependency #75
Labels
bug
Something isn't working
Comments
criccomini
added a commit
that referenced
this issue
Jan 6, 2023
@abhiramr pointed out that those without PostgreSQL drivers on their machine (specifically, libpq-dev) will have issues installing recap-core. PostgreSQL isn't actually required for Recap; it was included for convenience. Since it's causing problems, I'm going to remove it. Users that wish to crawl PostgreSQL databases will now need to: pip install psycopg2 Closes #75
criccomini
added a commit
that referenced
this issue
Jan 6, 2023
@abhiramr pointed out that those without PostgreSQL drivers on their machine (specifically, libpq-dev) will have issues installing recap-core. PostgreSQL isn't actually required for Recap; it was included for convenience. Since it's causing problems, I'm going to remove it. Users that wish to crawl PostgreSQL databases will now need to: pip install psycopg2 Closes #75
criccomini
added a commit
that referenced
this issue
Jan 6, 2023
I'm getting ready to publish 0.2.1 because I want to get #75 out since it's causing install problems.
Merged
criccomini
added a commit
that referenced
this issue
Jan 6, 2023
I'm getting ready to publish 0.2.1 because I want to get #75 out since it's causing install problems.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
psycopg2 isn't needed out of the box anymore. I'm going to remove it. I will update the documentation to make a note that psycopg2 will need to be installed in order for SQLAlchemy, DatabaseBrowser, and the table analyzers to work with PostgreSQL.
The text was updated successfully, but these errors were encountered: