-
Re: Webapps: Start multiple backends at once / stop webapps from shutting down
Hi @ebbingcasa As far as I know, there is no place on the UI where you can choose what webapps to start in one go. I assume your DSS is being under maintenance during the night (for backups maybe) so…2 · -
Re: Adding bitbucket library in code environment UI
Hi, If we are talking about R code envs, the quick answer is no, it's not possible to install R packages from the git repositories from DSS UI. In R, to install the package from Git, you need to do t…1 · -
Re: Environment creation failed (Package setuptools)
Hi @BHL1 RHEL6 is out of support by many software vendors. I wasn't even able to install the basic packages required by DSS on this OS to find the possible solution/explanation for this case. As far …1 · -
Re: Environment creation failed (Package setuptools)
Hi @BHL1 , This error means that setuptools that is being installed in this code env is higher than 59.6.0 (as starting from this version, setuptools requires py3.7). For py36 code env DSS installs 5…1 · -
Re: Kernel not found
Hi @dot101 This most probably means that your R subsystem is installed in a place where DSS cannot find it (in particular: not in the system's default search PATH for commands)This is unfortunately …1 ·
