-
Notifications
You must be signed in to change notification settings - Fork 42
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
Locust exception ImportError("cannot import name 'User'",) #44
Comments
On what OS did you run |
I tried on Ubuntu 18.04 |
More Information About the Operating System @FutureSharks |
I think you'll have to paste your locust file also. |
Locust File class WebsiteUser(HttpLocust):
` Lambda_Locust File import logging logging.basicConfig(level=logging.INFO) def handler(event=None, context=None):
` Lambda Test Json Object The newest Error That I'm getting |
Your code blocks are all messed up so it's difficult to read what you have written. But it looks like you're not importing |
Locust exception ImportError("cannot import name 'User'",)
END RequestId: 0fec6b92-8c39-42a7-8c14-16629a464c67
NOTE: when i used the import with HttpUser, it gives the same error.
I'm trying to use the invokust with AWS Lambda, but no luck so far, below are the steps that i followed,
The text was updated successfully, but these errors were encountered: