SvenskaSpel/locust-plugins

psychogreen is not installed when trying to run locust test with timescale

Closed this issue · 1 comments

When i try to run locust -f ./loadtest/locustfile_login.py --timescale --headless i get the error ModuleNotFoundError: No module named 'psycogreen' [2023-11-02 11:39:24,104] MacBook-Pro/ERROR/root: 'psychogreen' is not installed by default, you need to install it using 'pip install locust-plugins[dashboards]' and therefore if i proceed to do a pip install it complains zsh: no matches found: locust-plugins[dashboards]

For anyone who is running into this issue, you have to run pip install 'locust-plugins[dashboards]', as in there are quotes around locust-plugins[dashboards]