-
Re: Dataiku not starting after reboot
Hi @sandeep You have SELinux enabled on the host. Set it to permissive instead of enforcing. That's one of the requirements: https://doc.dataiku.com/dss/8.0/installation/requirements.html2 · -
Re: Dataiku Flow Migration to Higher Environments
Hi @sj0071992 In case we are talking project export->import from one DSS Design node to another, you will need to have new connections created on the destination host before importing the project.…1 · -
Re: IPython fails to start during DSS start PermissionError: [Errno 13] Permission denied
Hi @SallmanGhanem The issue is not reading that dir but creating that dir inside /home which is a really strange place for .jupyter dir location. Does your DSS system user has a valid home directory?…2 · -
Re: Tab to auto-complete isn't working with created code envs?
@tgb417 I just run a test to check fbprophet package compatibility with ipython==5.5.0 and had no issues installing it: From your screenshot, you are using conda while I have used regular pip env. Th…1 · -
Re: Tab to auto-complete isn't working with created code envs?
Hi @ak12 We've seen this before. It is likely that your impersonated end-user does not have a valid home directory. The mechanism that IPython uses to perform the tab autocompletion when running pyth…2 ·