Last active
July 15, 2025 06:04
-
-
Save faniska/49946ac9fd48590a75f3c978020f7557 to your computer and use it in GitHub Desktop.
Odoo - Could not build wheels for psycopg2, python-ldap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Could not build wheels for psycopg2 | |
apt install libpq-dev python3-dev | |
# Could not build wheels for python-ldap | |
apt install libsasl2-dev libldap2-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment