yandex-tank icon indicating copy to clipboard operation
yandex-tank copied to clipboard

"SyntaxError: invalid syntax" when running with python3

Open narqo opened this issue 4 years ago • 4 comments

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.

narqo avatar Nov 11 '19 18:11 narqo

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

szypulka avatar Nov 11 '19 18:11 szypulka

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

fomars avatar Nov 12 '19 12:11 fomars

Are there any changes on this issue?

alexfromvl avatar Sep 08 '20 12:09 alexfromvl

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

nnugumanov avatar Sep 09 '20 08:09 nnugumanov