Supported libraries

e_pap
Level 2
Supported libraries

Hi everyone,

I want to ask if there is a limitation of the libraries' versions that someone can use in code environments. For example if I am working with python 3.9, the versions of the libraries that I can use are related only with the version of python or there is any other limitation?

If there is a specific limitation related with DSS, can I find somewhere the list with the supported versions of libraries?

Thank you!

0 Kudos
2 Replies
AlexT
Dataiker

Hi @e_pap ,

To find the built-in libraries required, you can look at under "base packages" in "Packages to install" for the code env

To use DSS API you need these base package and you can install any packages that don't conflict with these.

If you do have conflicts and you need specific packages not compatible with datiaku base packages, you can disable the base packages,  but that does mean Datiaku API access is lost you can uncheck install core packages

Screenshot 2023-06-14 at 10.43.16 AM.png

Screenshot 2023-06-14 at 10.41.54 AM.png

e_pap
Level 2
Author

Thank you @AlexT !

0 Kudos