Kodi Community Forum
Bug Known issues in testing Kodi builds with Python 3 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281)
+---- Thread: Bug Known issues in testing Kodi builds with Python 3 (/showthread.php?tid=327928)



Known issues in testing Kodi builds with Python 3 - Roman_V_M - 2018-02-01

In this topic I will try to collect information about issues in current testing Kodi builds with Python 3. Please do not post your issue reports here and open a separate topic instead. I will put the information here if it is a confirmed issue with Kodi itself.

Known issues:
  • Numerous error messages in the Kodi log related to hahslib.py module (e.g. "ValueError: unsupported hash type blake2s"). Fixed in the last test builds.
  • On Windows binary PIL (or Pillow) Python package (script.module.pil) is incorrectly built against Python 2.7 and causes import errors.
  • In case of uncaught exceptions full traceback info is not written to the Kodi log. See this topic for more info. Fixed in the last test builds.
  • Some built-in modules are still missing (asyncio, decimal and some others).

P.S. @ronie Please pin this topic as well.


RE: Known issues in testing Kodi builds with Python 3 - f5inet - 2020-01-12

(2018-02-01, 12:23)Roman_V_M Wrote: In this topic I will try to collect information about issues in current testing Kodi builds with Python 3. Please do not post your issue reports here and open a separate topic instead. I will put the information here if it is a confirmed issue with Kodi itself.

Known issues:
  • Numerous error messages in the Kodi log related to hahslib.py module (e.g. "ValueError: unsupported hash type blake2s"). Fixed in the last test builds.
  • On Windows binary PIL (or Pillow) Python package (script.module.pil) is incorrectly built against Python 2.7 and causes import errors.
  • In case of uncaught exceptions full traceback info is not written to the Kodi log. See this topic for more info. Fixed in the last test builds.
  • Some built-in modules are still missing (asyncio, decimal and some others).

P.S. @ronie Please pin this topic as well. 
I need Asyncio support python 3.7 level for an addon that I am developing. Any ETA? perhaps Kodi 20? or perhaps in Kodi19 when is released?


RE: Known issues in testing Kodi builds with Python 3 - ronie - 2020-01-12

i think it was added a few days ago. you should try a recent nightly build to check if it works ok.


RE: Known issues in testing Kodi builds with Python 3 - f5inet - 2020-01-12

thanks for your kindly response.