Skip to content

Unable to install robotframework metrics

Shiva Prasad Adirala edited this page Mar 12, 2020 · 1 revision

Unable to install robotframework-metrics, try this

  1. Go to robotframework-metrics repository link (https://github.com/adiralashiva8/robotframework-metrics)
  2. Click on Clone or download button
  3. Unzip downloaded file
  4. Open setup.py file (edit mode)
  5. Remove gevent ('gevent') and save file
  6. Open command prompt in robotframework-metrics (root)
  7. Execute following command to install (python setup.py install)

Above actions will install robotframework-metrics

Clone this wiki locally