« Python : error: subprocess-exited-with-error -- If you prefer to avoid building psycopg2 from source, please install the PyPI 'psycopg2-binary' package instead. » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
=== "pg_config executable not found" === | |||
<code>pip install psycopg2-binary</code> | <code>pip install psycopg2-binary</code> | ||
https://www.geeksforgeeks.org/python/how-to-fix-pg_config-executable-not-found-in-python/#for-linux-stepbystep-approach | |||
[[Catégorie:Python]] | [[Catégorie:Python]] | ||
[[Catégorie:Commandes]] | [[Catégorie:Commandes]] |
Version du 29 juillet 2025 à 09:27
"pg_config executable not found"
pip install psycopg2-binary