-
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
Contradiction on supported versions #461
Comments
I will test on 3.4, tested on 3.5 and i'm getting an import error:
Will make a fix for it soon |
The latest master should support Python 3, but the latest PyPI release does currently not. |
Python 3.5.2 via pip3 install does not work unfortunately. Same issue as above. |
@myrinx |
I have done that. I downloaded the git repo (on windows so not git clone) and ran setup.py build install. This installs everything for python 3, but when running a sample script, I get the message: Traceback (most recent call last): |
I've spotted the flaw. when naming the locustfile to use locust.py, it doesn't work... |
@myrinx Ah, yes. We should maybe check for that explicitly and warn+fail, since it has come up a couple of times. Glad you found it! |
see #546 |
even I am facing the same issuemy python version if I check the locust version I am facing the below errorlocust -v Traceback (most recent call last): can someone help me to resolve it |
README.md says that it supports Python 3.4 while installation.rst, the installation documentation, says Python 3 is not currently supported.
Which one is correct?
The text was updated successfully, but these errors were encountered: