Skip to content

conda installation

Hi! I have been trying to install it using the conda recipe:

https://autosubmit.readthedocs.io/en/latest/installation.html#sequence-of-instructions-to-install-autosubmit-and-its-dependencies-with-conda

  • the link to miniconda download is not updated I installed as
conda env update -f environment.yml -n autosubmit python=2

and tried to use as follow:

conda activate autosubmit
(autosubmit) root@gisserv:~# autosubmit
autosubmit: command not found

(autosubmit) root@gisserv:~# autosubmit/bin/autosubmit -v
Traceback (most recent call last):
  File "/root/autosubmit/bin/autosubmit", line 25, in <module>
    from log.log import Log, AutosubmitCritical , AutosubmitError
ModuleNotFoundError: No module named 'log'
(autosubmit) root@gisserv:~# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"