пытаюсь выполнить код
(base) admix@buben:~/Рабочий стол$ python2
Python 2.7.17 (default, Jan 19 2020, 19:54:54)
[GCC 9.2.1 20200110] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import jwt
>>> private_key = open('mypub.key').read()
>>> token =...