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
Hello,
I believe in your setup.pyinstall_requires variable, 'psycopg2<=2.6.2' (line 46) is throwing an error when running on Anaconda Python 2.7 (which is recommended for this library). I changed it locally to 'psycopg2-binary' and am now able to run the setup.py file without error. Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I believe in your
setup.py
install_requires
variable,'psycopg2<=2.6.2'
(line 46) is throwing an error when running on Anaconda Python 2.7 (which is recommended for this library). I changed it locally to'psycopg2-binary'
and am now able to run the setup.py file without error. Thanks!The text was updated successfully, but these errors were encountered: