rstudio/reticulate

`imp` module removed on Python 3.12

Closed this issue · 1 comments

Maybe you guys already know this, but if not, here it is:

reticulate will not work with Python 3.12 (released on October 2, 2023) because the imp module is still being used.

You can learn more at What’s New In Python 3.12.

Thanks, this is fixed now.