We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.sh includes some workarounds for pip-installing some packages that don't support PYTHONOPTIMIZE=2 at install time or fail somehow.
install.sh
PYTHONOPTIMIZE=2
"Fixing" those workarounds means removing them when Odoo depends on a version of the package that has these bugs fixed:
psutil>=5.1.0
psycopg2>=2.6
vobject>=0.9.3
The text was updated successfully, but these errors were encountered:
Revert "Fix builds"
1120874
This reverts commit 383b8b8. Also related to #21.
Drop PYTHONOPTIMIZE=2 hacks definitely
2152f6c
Related to #132, fixes #21
235a378
yajo
Successfully merging a pull request may close this issue.
install.sh
includes some workarounds for pip-installing some packages that don't supportPYTHONOPTIMIZE=2
at install time or fail somehow."Fixing" those workarounds means removing them when Odoo depends on a version of the package that has these bugs fixed:
psutil>=5.1.0
psycopg2>=2.6
.vobject>=0.9.3
.The text was updated successfully, but these errors were encountered: