Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 602 Bytes

FAQ.md

File metadata and controls

20 lines (14 loc) · 602 Bytes

Unable to install PyUnitReport dependency library automatically

If there is something goes wrong in installation like below.

Downloading/unpacking PyUnitReport (from ApiTestEngine)
  Could not find any downloads that satisfy the requirement PyUnitReport (from ApiTestEngine)

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 ApiTestEngine.

$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine