I have tried on 3 different mac books - why I cannot install Dataiku.
Java is not being downloaded after installing Dataiku. After Dataiku installation, it directs me to download Java, however the same is not getting downloaded, I have tried multiple steps. Please find attached the log file. Can someone please help me install dataiku on mac - i am really frustrated
Operating system used: Mac Book Pro - Mac OS Ventura 13.6.7
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,160 Neuron
It's possible you have a conflict with other Java versions in your system. If you have other Java versions installed make sure you remove them before you install Dataiku. This helped on this thread. If this doesn't work you can try to install OpenJDK version 11.0.22 before you install Dataiku. Dataiku installs Java under /Users/[user]/Library/DataScienceStudio/Java/. You can check the Java version running this command:
/Users/[user]/Library/DataScienceStudio/Java/jdk-11.0.22+7/Contents/Home/bin/java -version
-
I have tried these steps :
Step1: Download and Install Java
1. Download Java Development Kit (JDK): Visit the Oracle JDK download page and download the appropriate versionfor macOS (e.g., JDK 11.0.22).
2. Install the JDK: Open the downloaded .dmg file and follow theinstallation instructions.
Step2: Set Java Home Environment Variable
1. Open Terminal.
2. Find the Java installation path:
/usr/libexec/java_home -V
3. Set the JAVA_HOME environmentvariable. Add the following line toyour `~/.zshrc` or `~/.bash_profile` (depending on your shell):
exportJAVA_HOME=$(/usr/libexec/java_home -v 11)
4. Apply the changes:
source ~/.zshrc # or source ~/.bash_profile
Step3: Verify Java Installation
1. Check the Java version:
java -version
Ensure it displays thecorrect version (11.0.22).
Step4: Install Python (if required)
If you also need to installPython, you can use `pyenv` to manage different Python versions:
1. Install pyenv:
brew install pyenv
2. Install Python 3.7 and 3.6:
pyenv install3.7.9
pyenv install 3.6.123. Set the global Python version:
pyenv global 3.7.9
Step5: Retry Dataiku Installation
Once Java and Python areinstalled correctly, retry installing Dataiku DSS. If it prompts for Javainstallation again, it should detect the ins
I tried to install DATAIKU nevertheless - HERE is the ERROR LOG
[2024-07-08 09:25:54.147 +0200] INFO: StartingDataiku Launcher app version 1.3.7
[2024-07-08 09:25:55.000 +0200] INFO: App ready
[2024-07-08 09:25:56.414 +0200] INFO: Initialising config
[2024-07-08 09:25:56.419 +0200] INFO: retrieved existingconfig
[2024-07-08 09:25:56.556 +0200] INFO: First Dataiku Launcher start (Dataiku DSSnot installed)
[2024-07-08 09:25:56.557 +0200] INFO: First install of DataikuDSS
[2024-07-08 09:48:26.059 +0200] INFO: Confirmation granted
[2024-07-08 09:48:26.061 +0200] INFO: Install of Dataiku DSS
[2024-07-08 09:48:26.347 +0200] INFO: Getting latest Dataiku DSS info from
[2024-07-08 09:48:28.628 +0200] INFO: downloading https://cdn.downloads.dataiku.com/public/dss/13.0.0/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 09:54:53.451 +0200] INFO: File downloaded to/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 09:54:53.463 +0200] INFO: Deleting/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx
[2024-07-08 09:55:02.903 +0200] INFO: extracting/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz to/Users/ankedres/Library/DataScienceStudio/kits
[2024-07-08 09:55:42.671 +0200] INFO: Deleting /Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 09:55:42.799 +0200] INFO: requirements for Dataiku DSS are :{"java":["11.0.22"],"python":["3.7","3.6"],"r":["3.6"]}
[2024-07-08 10:35:35.348 +0200] INFO: Starting Dataiku Launcher app version1.3.7
[2024-07-08 10:35:35.508 +0200] INFO: App ready
[2024-07-08 10:35:35.776 +0200] INFO: Initialising config
[2024-07-08 10:35:35.777 +0200] INFO: retrieved existingconfig
[2024-07-08 10:35:35.796 +0200] INFO: First Dataiku Launcher start (Dataiku DSSnot installed)
[2024-07-08 10:35:35.796 +0200] INFO: First install of DataikuDSS
[2024-07-08 10:35:38.396 +0200] INFO: Confirmation granted
[2024-07-08 10:35:38.397 +0200] INFO: Install of Dataiku DSS
[2024-07-08 10:35:38.661 +0200] INFO: Getting latest Dataiku DSS info from
[2024-07-08 10:35:38.827 +0200] INFO: downloading https://cdn.downloads.dataiku.com/public/dss/13.0.0/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 10:42:50.087 +0200] INFO: File downloaded to/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 10:42:50.099 +0200] INFO: Deleting/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx
[2024-07-08 10:42:59.011 +0200] INFO: extracting/Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz to/Users/ankedres/Library/DataScienceStudio/kits
[2024-07-08 10:43:35.792 +0200] INFO: Deleting /Users/ankedres/Library/DataScienceStudio/kits/dataiku-dss-13.0.0-osx.tar.gz
[2024-07-08 10:43:35.927 +0200] INFO: requirements for Dataiku DSS are :{"java":["11.0.22"],"python":["3.7","3.6"],"r":["3.6"]}Error: Could not find version'11.0.22' for dependency 'Java'.
atDependencyService.getDependency(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/dependencyService.ts:22:19)
atJavaInstaller.isVersionInstalled(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/dependencyInstaller.ts:96:63)
at JavaInstaller.isInstalled(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/dependencyInstaller.ts:76:40)
at JavaInstaller.install(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/dependencyInstaller.ts:163:42)
at MainInstaller.getRequirements(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:488:33)
at MainInstaller._doInstallDss(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:318:13)
at MainInstaller.installDss(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:90:13)
[2024-07-08 10:43:36.443 +0200] ERROR: Failed to install Java
[2024-07-08 10:43:36.443 +0200] INFO: Restoring previous install ofJava
[2024-07-08 10:43:36.446 +0200] ERROR: Failed to install Java
[2024-07-08 10:51:09.744 +0200] ERROR: First Dataiku DSS installfailed
[2024-07-08 10:51:09.745 +0200] ERROR: Could not find version '11.0.22' fordependency 'Java'.
Error: Could not find version'11.0.22' for dependency 'Java'.
at DependencyService.getDependency(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/dependencyService.ts:22:19)
at JavaInstaller.installVersion(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/dependencyInstaller.ts:127:51)
at JavaInstaller.install(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/dependencyInstaller.ts:174:24)
at MainInstaller.getRequirements(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:488:13)
at MainInstaller._doInstallDss(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:318:13)
at MainInstaller.installDss(/Applications/DataScienceStudio.app/Contents/Resources/app.asar/src/main-process/installers/main.ts:90:13) -
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,160 Neuron
Have you tried what I suggest on my post? Remove all Oracle Java installations. Remove all Python installations. And just run the Dataiku MacOS installer:
https://cdn.downloads.dataiku.com/public/launcher/macos/DataScienceStudio.dmg