Works well but seems to install pip 19.0.3. You might need 9.0.3 in case you have multiple custom /thirdparty apps.
cd frappe-bench
source env/bin/activate
python -m pip install pip==9.0.3
The common error is this:
Update: this causes conflicts, the best thing is to update failing app setup.py files to the newly accepted syntax. Simply compare your’s to erpnext’s setup.py