Lars Holmberg
Lars Holmberg
Is that good enough for you @domik82 ?
Are you actually on 2.16.1 or are you on latest master?
The installation procedure changed just a couple days ago (not yet part of a release), you're going to need to use Poetry now: https://docs.locust.io/en/latest/developing-locust.html#developing-locust
@mquinnfd Is there a way we could give people a more sensible error message? For me (on macos, with poetry installed but not active), "pip install -e ." actually works...
@andrewbaldwin44 package.json has version 2.16.1 hard coded, which is weird. Can we make it use the same versioning as locust somehow?
I think the problem is that you are missing `make` (https://community.chocolatey.org/packages/make if your using chocolatey) @mquinnfd perhaps pre_build.py needs to call yarn directly, so we don't depend on make as...
With Poetry, you automatically install into a virtual env, so you need to activate it (`poetry shell` while standing in the directory) or use poetry to launch the command (`poetry...
No worries, thanks for reporting this! Keeping this ticket open for Matthew to take a look :)
Your suggested solution (call yarn directly) sounds fine or at least better than adding an extra dependency (`make`). Another option might be (if possible) to just fail if someone uses...
Looks reasonable!