-
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
ModuleNotFoundError in Python 3.6 OSX 10.12 #627
Comments
The issue you are having is because version 0.7.5 is only compatible with Python 2.7. To get Python 3 support you must install Locust 0.8. As of today (7/21/2017) it has not been officially released... so you have 2 options:
Python 3.6 tests do pass in current hth |
Thanks for detail information. Much appreciated. I totally missed to check versions released. On the side note, last release seems to be from a year ago. May be time to release 3.6 support? |
The issue is still existing |
I'm getting the issue too...
|
The stacktrace seems to indicate that the error originates from your test scripts, and not from Locust. |
I use Python 3.6 installed via Homebrew.
There seems to be import issue, I am exactly not sure why as I see tests for Python 3.6 seems to be passing.
Version:
locustio ==0.7.5
The text was updated successfully, but these errors were encountered: