Forum
[PROBLEM] python version - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+---- Forum: Addons (/forum-19.html)
+---- Thread: [PROBLEM] python version (/thread-4119.html)



python version - rafhtl - 3rd Apr, 2021 02:09 AM

I get an error at startup kodi from addon script.embuary.info

script.module.arrow

/home/xbian/.kodi/addons/script.module.arrow/lib/arrow/locales.py", line 19, in <module>
from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'

I wrote in the module's forum
https://github.com/Razzeee/script.module.arrow/issues/3

and they tell me I need a python version higher than the one I have.
my versions
Python 2.7.16
Python 3.7.3

can you help me?

thank you
raf

ps. this happend a couple of days ago after updating python via apt-get full-upgrade


RE: python version - rafhtl - 3rd Apr, 2021 03:21 PM

(3rd Apr, 2021 02:09 AM)rafhtl Wrote:  I get an error at startup kodi from addon script.embuary.info

script.module.arrow

/home/xbian/.kodi/addons/script.module.arrow/lib/arrow/locales.py", line 19, in <module>
from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'

I wrote in the module's forum
https://github.com/Razzeee/script.module.arrow/issues/3

and they tell me I need a python version higher than the one I have.
my versions
Python 2.7.16
Python 3.7.3

can you help me?

thank you
raf

ps. this happend a couple of days ago after updating python via apt-get full-upgrade

solved with this
https://github.com/Razzeee/script.module.typing_extensions
thank you