-
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
how to run the master branch #732
Comments
the python -V is 2.7.13 D:\python-project\locust-master\locust>python main.py |
Try to run:
And if Locust installs successfully you should hopefully be able to run locust:
|
@heyman i know how to use the locust. i have run " python setup.py install" the python -V is 2.7.13 D:\python-project\locust-master\locust>python main.py what should i do ? thanks |
see: #613 |
hi, i have pulled the master branch code
when i execute the command python main.py . something wrong happened
C:\Python27\python.exe D:/python-project/locust/locust/main.py
Traceback (most recent call last):
File "D:/python-project/locust/locust/main.py", line 14, in
from . import events, runners, web
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in import
result = _import(*args, **kwargs)
ValueError: Attempted relative import in non-package
how to deal with it ?
The text was updated successfully, but these errors were encountered: