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
I can see the documentation mentions pg8000 as one of the requirements for this package to run. But following the basic steps from the documentation, I run into the error that says: ModuleNotFoundError: No module named 'psycopg2'.
As I dug into it, in the snippet:
And since the url doesn't explicitly mention the pg8000 driver, I am getting the error. Is there any workaround for this if I don't want to install psycopg2?
The text was updated successfully, but these errors were encountered:
I can see the documentation mentions
pg8000
as one of the requirements for this package to run. But following the basic steps from the documentation, I run into the error that says:ModuleNotFoundError: No module named 'psycopg2'
.As I dug into it, in the snippet:
the
url()
method looks like this:And since the url doesn't explicitly mention the
pg8000
driver, I am getting the error. Is there any workaround for this if I don't want to installpsycopg2
?The text was updated successfully, but these errors were encountered: