-
Re: Any latest update on Excel binary format (Xlsb) support in Dataiku?
Hi @tinaresh I assume DSS does not support this file type due to the underlying change in the storing format. Xlsb uses binary format instead of XML like with most other Excel files (like XLSX) You c…2 · -
Re: unable to create code env for forecast plugin
Hi @Reynholds Looks like you are missing libquadmath (gcc shared support library) OS package so you will need to install it.2 · -
Re: Python 3.6 - Environment creation failed
Hi @sbackmann , Are you using the same shell as DSS? For example, you might have python3.6 available from the PATH in zsh, while DSS is using regular bash and the PATH can be different. You can run t…1 · -
Re: Environment creation failed (Package setuptools)
Hi @BHL1 Thanks, but audit.log doesn't give any valuable details on the root cause of the issue. We will need a backend.log (administration->maintenance->log files) and createPythonEnv.log…1 · -
Re: ModuleNotFoundError 해결방법
Hi @crystal Please make sure that you have the corresponding code env created for this plugin:1 ·
