Build errors installing a common dependency (docopt) on python 3.7 but not other versions

Hey,

This should help to downgrade the version of the current pip:

pip install pip==22.0.4

Thanks