Skip to content Skip to sidebar Skip to footer

Not Able To Install Locust On Windows

I installed locust using the command on windows py -m pip install locustio This is the output I got Collecting locustio Using cached https://files.pythonhosted.org/packages/98/1

Solution 1:

It seems that you have not added python 3.7 in the environment variable PATH. While this could have been achieved while installing python itself by checking the box to Add Python to the path. However, you can still add the location of Python37(where python37 is installed) by going to This PC--Right-Click->Properties-->Advanced System Settings-->Environment Variables tab-->System Variables--Edit Path & add value*.

I recently wrote steps for setting up locust on windows which might help -https://www.qamilestone.com/post/set-up-locust-on-windows -Regards, Anuradha

Post a Comment for "Not Able To Install Locust On Windows"