Default python packages

NagarajuVarkala
NagarajuVarkala Registered Posts: 10 ✭✭✭

Hi ,

How to add a python package to default python installed packages list?

Thank you.

Best Answer

  • Sergey
    Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
    Answer ✓

    Ok, let's clarify a few points:

    1) In case you are talking about DSS base code env that was generated with DSS installation. I strongly don't recommend changing any of the base packages as this might break DSS:

    2) If we are still talking about code envs, as I mentioned you will need to uncheck the "core packages" and set your own list: https://doc.dataiku.com/dss/latest/code-envs/operations-python.html#manage-packages

    Screenshot 2021-03-01 at 21.11.41.png

    In this example, I had installed pandas==1.1.5 what is not possible with core packages.

    I would recommend creating a new python code env with required python packages versions and use that code env with the projects you need.

Answers

Setup Info
    Tags
      Help me…