You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm ready to load test some WSGI servers but cannot start locust from the command line
When I try to start it simply with "locust" in the command line I get the response "failed to create process". I've observed various posts about similar problems with other Python modules that led back to a pip bug where file directories with spaces needed to be enclosed with double quotes in the locust-script.py file.
I checked this already and it was typed correctly.
Description of issue / feature request
I'm ready to load test some WSGI servers but cannot start locust from the command line
When I try to start it simply with "locust" in the command line I get the response "failed to create process". I've observed various posts about similar problems with other Python modules that led back to a pip bug where file directories with spaces needed to be enclosed with double quotes in the locust-script.py file.
I checked this already and it was typed correctly.
Expected behavior
Should launch the Locust process and allow navigation to http://127.0.0.1:8089
Actual behavior
Returns "failed to create process" in the command line
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
Simply try to run locust from the command prompt in W10 with "locust" as the only command.
The text was updated successfully, but these errors were encountered: