Data Science Studio startup failed Mac OS Monterey - Intel i5 'MacBook Air 2013'

Solved!
marc_perez
Level 1
Data Science Studio startup failed Mac OS Monterey - Intel i5 'MacBook Air 2013'

Hello,

I am having this problem when running an instance of DataIku in my machine, it started happening when I upraged my machine to MacOS Monterey. Can someone help me as soon as possible? I need to present some report 

Thank you beforehand.

I attach the log:

Starting Data Science Studio.app

dssHome:/Users/marc/Library/DataScienceStudio/dss_home dssBin:/Users/marc/Library/DataScienceStudio/dss_home/bin/dss

Starting Java check

/Applications/DataScienceStudio.app/Contents/Resources/kit/scripts/_find-java.sh

[Install] [+] Using Java at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java : java version "1.8.0_311"

 

[Install] /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java

 

[Java check] EOF reached

[Java check] EOF reached

Java check terminated with status 0

dss-version exists, doing stop-upgrade-start

Running DSS task for 'stop'

[DSS] dss: DSS supervisor is not running

 

[dss stop] EOF reached

[dss stop] EOF reached

[Install] *********************************************

*           Dataiku DSS installer           *

*********************************************

 

[Install] [+] /Users/marc/Library/DataScienceStudio/dss_home already exists and is a DSS installation

 

[Install] [+] Saving installation log to /Users/marc/Library/DataScienceStudio/dss_home/run/install.log

 

[Install] [+] Using Java at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java : java version "1.8.0_311"

 

[Install] [+] Checking required dependencies

 

[Install] + Detected OS distribution : osx 12.0

 

[Install] *** OS distribution not supported *** osx 12.0

 

[Install] 

[-] Dependency check failed

[-] You can install required dependencies with:

[-]    sudo -i "/Applications/DataScienceStudio.app/Contents/Resources/kit/scripts/install/install-deps.sh" -without-java

[-] You can also disable this check with the -n installer flag

 

 

[install] EOF reached

[install] EOF reached

DSS installer terminated with status 1

DSS installer failed , fatal error


Operating system used: MacOS Monterey

0 Kudos
1 Solution
4 Replies
sergeyd
Dataiker
marc_perez
Level 1
Author

Thank you very much for your reply @sergeyd  , 

What worked for me was what @CoreyS said:

/Applications/DataScienceStudio.app/Contents/Resources/kit/scripts/install/install-deps.sh and either remove or comment out lines 174 - 176:

if [ "$major" -ne 10 -o "$minor" -lt 12 ]; then
notSupported
fi

Bhairavi_m
Level 1

I am having the same issue!

0 Kudos
CoreyS
Dataiker Alumni

Hi @Bhairavi_m did you find the solution on the page helpful?

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as ‘Accepted Solution’ to help others like you!
0 Kudos