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
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
While installing got the below error,
pip install pg-table-markdown
Collecting pg-table-markdown
Using cached https://files.pythonhosted.org/packages/fb/70/4f959fcace61212484eb22fbc35ed5ef519a6fa4c54a0e7d1a50dd2e16e9/pg-table-markdown-1.0.5.tar.gz
Collecting Click==6.2 (from pg-table-markdown)
Using cached https://files.pythonhosted.org/packages/a0/90/0f5ea412a4d5b8e31cb514208e02824b45a8f4de52654733f0a862353fd9/click-6.2-py2.py3-none-any.whl
Collecting psycopg2==2.6.1 (from pg-table-markdown)
Using cached https://files.pythonhosted.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz
ERROR: Complete output from command python setup.py egg_info:
ERROR: running egg_info
creating pip-egg-info/psycopg2.egg-info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
Error: could not determine PostgreSQL version from '10.9'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-Y1rXY1/psycopg2/
I assume an update for psycopg2==2.6.1 to psycopg2==2.7.1 will fix this issue.
Thanks.
The text was updated successfully, but these errors were encountered: