Closed thomaspaulb closed 2 years ago
On Ubuntu 20.0 with a Python 2.7 Odoo 10.0 waft, after ./bootstrap runs successfully, ./build fails because pip starts in a broken state.
./bootstrap
./build
Can be fixed with:
. .venv/bin/activate curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py python get-pip.py
Perhaps use this and "python -m pip" to be more system-independent:
https://youtu.be/C-soyQ9-wNs
On Ubuntu 20.0 with a Python 2.7 Odoo 10.0 waft, after
./bootstrap
runs successfully,./build
fails because pip starts in a broken state.Can be fixed with: