-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brew installed locust missing UI assets #2831
Comments
Can you try with 2.31.0? (should be available any minute now) If it still doesnt work, can you give some details about how you installed locust? |
thanks for quick reaction, will do tomorrow morning. |
now i get this: and browser shows "index.html" locustfile.py:
but locust import shows error: Import "locust" could not be resolvedPylancereportMissingImports installed just by using macOS. |
This due to the brew packaging, it works fine with a regular @chenrui333 are you the maintainer of the brew formula - can you have a look? Idk how brew formulas work, but the best would be to do the same as a regular pip install :) |
due to some laptop restrictions i could not use pip, so would be good that this topic would not be forgotten and addressed, because we are considering to use locust in our load testing process. |
Definitely. Have you tried |
to be more specific, looks like im allowed to have pipx in my laptop, used it and it worked. Thanks for quick reactions. |
@mquinnfd is investigating a fix from our side. |
Should be fixed in #2839 / 2.31.2. |
Prerequisites
Description
Trying to run locust web interface locally on macos, but getting this type of errors:
Python version
3.12.4
Locust version
2.30.0
Operating system
macos 14.5
The text was updated successfully, but these errors were encountered: