No package python3 available.

Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 4 Partner

Hello,

When trying to install the dependencies using the script:

sudo -i "/apps/source/dataiku-dss-10.0.2/scripts/install/install-deps.sh" -without-java

it gives error :

No package python3 available.

any hints please? I have the "epel" repository identified in my OS.

Regards,

Yamen


Operating system used: RHEL

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

Answers

  • Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,269 Dataiker

    Hi @ytekaji
    ,

    You will need to first ensure that python3 is already installed on your system as this is a pre-requisite.

    Please run:

    yum install python3

    Check python3 is available using: which python3.6

    Thanks,

  • Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 4 Partner

    Thanks for your reply @AlexT

    I am trying to yum install python3 but it is giving error that : No package python3 available.

    In which repository it should exist? I do not have RHEL subscription. I have epel, though.

    Regards,

    Yamen

  • Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 4 Partner

    Thanks @AlexT

    your recommendation fixed it.. I have python 3.6 installed and verified.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.