I'm working on my LocustFile and discovered SequentialTaskSet, but when I try to import it as I see countless times in examples and documentation, I get an error:
lmint/ERROR/stderr: cannot import name 'SequentialTaskSet' from 'locust' (/home/cameron/.pyenv/versions/3.7.5/lib/python3.7/site-packages/locust/__init__.py)
my python version is 3.7.5, locust 2.22.0 . What can I do to debug this issue? I cannot accomplish what I need to do without sequential tasks.
EDIT: The Locustfile and overall project can be viewed on github here