2

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

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
rpagadala
  • 796
  • 2
  • 15
  • 31

1 Answers1

1

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:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • I suggest creating `taurus` tag in stackoverflow, so users can tag when they have questions related to it. – Naveen Kumar R B Mar 15 '17 at 06:26
  • @Dmitri ,as per the http://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3 installing Python 2.7.9+ will automatically installs the pip where I can see C:\Python27\Scripts. After adding the System variable tried to cross check whether pip installed says didn't provide a command. please advise me where am i missing.I have added the screenshots to the original post – rpagadala Mar 15 '17 at 18:27
  • 1
    `pip install bzt` – Dmitri T Mar 15 '17 at 22:34
  • @Dmitri, throws error as "install" unknown command when i tried tried the pip install bzt. Error screenshot has been attached to the original post, please see and advise me! Can I run the Taurus exe ? – rpagadala Mar 16 '17 at 00:57
  • 1
    @Dmitri, It worked by running the command from the path C:\Python27\Scripts>pip install bzt .See the attached screenshot in the original post.Thanks a lot Dmitri! – rpagadala Mar 16 '17 at 01:18
  • For Python 3.9.4, running inside of Scripts folder didn't solve the issue . C:\Users\username\AppData\Local\Programs\Python\Python39\Scripts – Sameera De Silva May 03 '21 at 06:48