mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
587 B
587 B
Unable to install PyUnitReport dependency library automatically
If there is something goes wrong in installation like below.
Downloading/unpacking PyUnitReport (from HttpRunner)
Could not find any downloads that satisfy the requirement PyUnitReport (from HttpRunner)
You could install PyUnitReport manully at first.
$ pip install git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport
And then everything will be OK when you reinstall HttpRunner.
$ pip install git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner