Trying to install dataiku on ubuntu 18.04 and got a list of error
This is the output I received after trying to install dataiku on ubuntu
Creating data directory: DATA_DIR
[+] Saving installation log to /home/jp/DATA_DIR/run/install.log
[*] Could not find suitable version of Java
[+] Checking required dependencies
+ Detected OS distribution : ubuntu 18.04
+ Checking required packages...
*** Error: package nginx not found
*** Error: package unzip not found
*** Error: package zip not found
*** Error: package default-jre-headless not found
*** Error: package python2.7 not found
*** Error: package libpython2.7 not found
*** Error: package libgfortran3 not found
*** Error: package libgomp1 not found
** Error: package libgomp1 not found
[-] Dependency check failed
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
[-] You can also disable this check with the -n installer flag
Not sure what to do with this. where can I find these packages?
Thanks
apt java
add a comment |
This is the output I received after trying to install dataiku on ubuntu
Creating data directory: DATA_DIR
[+] Saving installation log to /home/jp/DATA_DIR/run/install.log
[*] Could not find suitable version of Java
[+] Checking required dependencies
+ Detected OS distribution : ubuntu 18.04
+ Checking required packages...
*** Error: package nginx not found
*** Error: package unzip not found
*** Error: package zip not found
*** Error: package default-jre-headless not found
*** Error: package python2.7 not found
*** Error: package libpython2.7 not found
*** Error: package libgfortran3 not found
*** Error: package libgomp1 not found
** Error: package libgomp1 not found
[-] Dependency check failed
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
[-] You can also disable this check with the -n installer flag
Not sure what to do with this. where can I find these packages?
Thanks
apt java
add a comment |
This is the output I received after trying to install dataiku on ubuntu
Creating data directory: DATA_DIR
[+] Saving installation log to /home/jp/DATA_DIR/run/install.log
[*] Could not find suitable version of Java
[+] Checking required dependencies
+ Detected OS distribution : ubuntu 18.04
+ Checking required packages...
*** Error: package nginx not found
*** Error: package unzip not found
*** Error: package zip not found
*** Error: package default-jre-headless not found
*** Error: package python2.7 not found
*** Error: package libpython2.7 not found
*** Error: package libgfortran3 not found
*** Error: package libgomp1 not found
** Error: package libgomp1 not found
[-] Dependency check failed
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
[-] You can also disable this check with the -n installer flag
Not sure what to do with this. where can I find these packages?
Thanks
apt java
This is the output I received after trying to install dataiku on ubuntu
Creating data directory: DATA_DIR
[+] Saving installation log to /home/jp/DATA_DIR/run/install.log
[*] Could not find suitable version of Java
[+] Checking required dependencies
+ Detected OS distribution : ubuntu 18.04
+ Checking required packages...
*** Error: package nginx not found
*** Error: package unzip not found
*** Error: package zip not found
*** Error: package default-jre-headless not found
*** Error: package python2.7 not found
*** Error: package libpython2.7 not found
*** Error: package libgfortran3 not found
*** Error: package libgomp1 not found
** Error: package libgomp1 not found
[-] Dependency check failed
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
[-] You can also disable this check with the -n installer flag
Not sure what to do with this. where can I find these packages?
Thanks
apt java
apt java
edited Feb 27 at 1:42
Pilot6
53.8k15110198
53.8k15110198
asked Feb 26 at 23:08
Jay P.Jay P.
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The message says:
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
So run
sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
add a comment |
so after my initial panic, I googled the packages and figured out how to install them for my version of Ubuntu. After I install them all, the dataiku install worked
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121531%2ftrying-to-install-dataiku-on-ubuntu-18-04-and-got-a-list-of-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The message says:
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
So run
sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
add a comment |
The message says:
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
So run
sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
add a comment |
The message says:
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
So run
sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
The message says:
[-] You can install required dependencies with:
[-] sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
So run
sudo -i "/home/jp/dataiku-dss-5.0.5/scripts/install/install-deps.sh"
answered Feb 27 at 1:44
Pilot6Pilot6
53.8k15110198
53.8k15110198
add a comment |
add a comment |
so after my initial panic, I googled the packages and figured out how to install them for my version of Ubuntu. After I install them all, the dataiku install worked
add a comment |
so after my initial panic, I googled the packages and figured out how to install them for my version of Ubuntu. After I install them all, the dataiku install worked
add a comment |
so after my initial panic, I googled the packages and figured out how to install them for my version of Ubuntu. After I install them all, the dataiku install worked
so after my initial panic, I googled the packages and figured out how to install them for my version of Ubuntu. After I install them all, the dataiku install worked
answered Feb 27 at 1:45
Jay P.Jay P.
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121531%2ftrying-to-install-dataiku-on-ubuntu-18-04-and-got-a-list-of-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown