Closed grallewellyn closed 10 months ago
The resolution for the libarchive error was to create custom conda environments for each our workspaces. The libarchive error was occurring due to changes that were being applied to the base
conda env. We took this action after learning that making changes to the base
conda env is not advised and leads to issues like what we experienced.
Somehow is it becoming corrupt or something or related to the conda version? I create a new workspace and get
then successfully run
conda env update -n base --file /projects/r_env.yml
However, if I runconda env update -n base --file /projects/r_env.yml
again I get the libarchive error and the conda version is 23.9.0 I am testing this with 'mas.maap-project.org/root/maap-workspaces/jupyterlab3/vanilla:v3.1.1' And there is similar behavior in DIT which is the new releaser_env.yml is
See more information in #uwg on MAAP slack