« 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
(Page créée avec « <code>pip install psycopg2-binary</code> ») |
Aucun résumé des modifications |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
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:Commandes]] | |||
[[Catégorie:Erreurs]] |
Dernière version du 29 juillet 2025 à 09:29
"pg_config executable not found"
pip install psycopg2-binary