I am trying to get started using WebPageTest API for batch analysis of URLs. Unfortunately I've fallen down at the first hurdle - the api does not seem to want to install.
I have updated pip, I have created a fresh virtual env in case something else I have installed is interfering. Unfortunately I can't get rid of the following error:
Command "python setup.py egg_info" failed with error code 1
I have tried a manual installation at the directory specified by the error, but this does not make any difference.