Search code examples
jmeterblazemetertaurus

Python throws error when I tried to install Taurus


I am new to Taurus , when I tried to install Taurus manually for the Jmeter by following the below steps(Install Taurus) throwing error. see the below the screenshot. I have downloaded Python 2.7.13 and Installed It.

I have downloaded Taurus exe too and run as administrator also didn't work

http://gettaurus.org/docs/Installation/#Installing-Taurus-Manually

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Please advice me what am I missing!

Thanks, Rajani


Solution

  • pip is a separate executable, you should run it in Windows Command Prompt, not inside the Python interpreter so open cmd.exe, make sure pip.exe is installed and is on your system PATH and your installation should succeed.

    References: