We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see the following error, after installing yandex-tank under python3
> python --version Python 3.6.5 > pip install --user https://api.github.com/repos/yandex/yandex-tank/tarball/master ··· > yandex-tank --help ··· key=lambda (k, v): (-1 * v[self.cases_sort_by], k)) ^ SyntaxError: invalid syntax
Everything works as expected with python2.7, but python2's support ends by the end of 2019.
The text was updated successfully, but these errors were encountered:
Thank you for the issue! We are working on migration, it would be introduced soon.
Sorry, something went wrong.
@narqo py3 is not supported in master, please try python3 branch instead
Are there any changes on this issue?
as far as i know, it's in progress and will be supported pretty soon
No branches or pull requests
I see the following error, after installing yandex-tank under python3
Everything works as expected with python2.7, but python2's support ends by the end of 2019.
The text was updated successfully, but these errors were encountered: