yandex / yandex-tank

Load and performance benchmark tool
Other
2.46k stars 278 forks source link

"SyntaxError: invalid syntax" when running with python3 #814

Open narqo opened 5 years ago

narqo commented 5 years ago

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.

szypulka commented 5 years ago

Thank you for the issue! We are working on migration, it would be introduced soon.

fomars commented 5 years ago

@narqo py3 is not supported in master, please try python3 branch instead

alexfromvl commented 4 years ago

Are there any changes on this issue?

nnugumanov commented 4 years ago

as far as i know, it's in progress and will be supported pretty soon