View Single Post
Old 07-18-2021, 11:49 PM   #13
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,065
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It's because those plugins are using type annotations. plugins_mirror.py currently runs under python2 because there are still a lot of plugins that dont even parse under python3.

Either remove the type annotations or use the commnet based syntax for them that is compatible with python2
kovidgoyal is offline   Reply With Quote