Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 12, 2024 6:20PM
Likes: 0
Replies: 4
Hi Dataiku Guru,
We used the dataiku internal client outside of Dataiku in a python script, but in python 3.12, when import dataiku module an error raised due to the depreciation of imp python module in pyhon 3.12 https://github.com/python/cpython/issues/98040
The dataiku/base/utils.py still uses the imp
When will the internal module be compatible with python 3.12?
Thanks
Hello @Zhengxin,
I guess maybe the next one or the one after that. :)
I'm on the last DSS's version (13.0.2) and python 3 is supported in 3.11.
You know python 3.12 is the latest major released less than 1 year ago.
Why do you need Python 3.12? Python 3.11 is the current max supported.
Hi @Turribeach,
We are using dataiku module on another platform to retrieve dataset from a dataiku instance, unfortunately the other platform is restricted to python 3.12
Thanks
Well then you will need to wait for Dataiku to add support for Python 3.12 or use another platform which properly supports all Python versions. Installing a different Python version on a system is a trivial task.