openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

Fix pip upgrade on Centos 7 #216

Closed tonyhutter closed 3 years ago

tonyhutter commented 3 years ago

python2 pip is no longer supported. A pip install --upgrade will result in errors:

https://stackoverflow.com/questions/65896334/python-pip-broken-wiith-sys-stderr-writeferror-exc

Upgrade to the last released version instead.