`imp` module removed on Python 3.12
Closed this issue · 1 comments
danielvartan commented
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.
reticulate/inst/config/config.py
Line 16 in afb0a22
You can learn more at What’s New In Python 3.12.
t-kalinowski commented
Thanks, this is fixed now.