-
Re: Create Bundle which includes contents with Python API
Hi @MYassine Here is the sample that you can use: import dataikuclient = dataiku.api_client()proj_key = "<project_key>"# Need to have a pre-created project variable called "versi…2 · -
Re: R code env : error installing package
Hi @CGB There is an issue installing one of the R deps for the package: ERROR: dependencies ‘pbkrtest’, ‘lme4’ are not available for package ‘car’ which goes down to this: ERROR: configuration failed…1 · -
Re: Error when installing Dataiku for ubuntu 21.04 (OS not supported)
Hi @axel_alvarez , You are running Ubuntu 21.04 and this OS is not in the supported list: https://doc.dataiku.com/dss/latest/installation/custom/requirements.html#linux so this is expected to have th…1 · -
Re: Unable to install 3rd party python packages on Dataiku jupyter notebook
Dataiku Online indeed has no possibility to create code envs (no Administration tab). You will need to install DSS as VM locally to have that possibility.1 · -
Re: Unable to install 3rd party python packages on Dataiku jupyter notebook
Hi @epsi95 Yes, by default Jupyter notebooks use built-in code env (DATA_DIR/pyenv). If you need to install python packages, the recommended way is to create a dedicated virtual code env and install …1 ·
