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
The changes in bad3afd use the cursor_factory arg when calling psycopg2.connect, which was introduced in version 2.5 of psycopg2. I ran into this issue when using master to perform my pipeline activation and the python-psycopg2 package for Ubuntu, which is only version 2.4.5. I'm guessing that adding this version constraint to requirements.txt will fix the problem once a new build is put up for pip.
The text was updated successfully, but these errors were encountered:
The changes in bad3afd use the
cursor_factory
arg when callingpsycopg2.connect
, which was introduced in version 2.5 of psycopg2. I ran into this issue when using master to perform my pipeline activation and thepython-psycopg2
package for Ubuntu, which is only version 2.4.5. I'm guessing that adding this version constraint torequirements.txt
will fix the problem once a new build is put up for pip.The text was updated successfully, but these errors were encountered: