Hi, we are trying to install the latest cryosparc on our cluster but running into issues. Please see below. We are installing as usual, any advice would be appreciated.
######################################################################
DURING INSTALLATION WE GET THIS ERROR
To activate this environment, use:
micromamba activate /(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda
Or to execute a single command in this environment, use:
micromamba run -p /(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda mycommand
installation finished.
------------------------------------------------------------------------
Done.
anaconda python installation successful.
------------------------------------------------------------------------
Extracting all conda packages...
------------------------------------------------------------------------
.................................................................................................Traceback (most recent call last):
File "/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda/bin/conda", line 12, in <module>
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
[check_install_deps.sh](https://check_install_deps.sh/): 66: ERROR: installing python failed.
############################################################################
WHEN WE TRY TO START CRYOSPARC
Starting CryoSPARC System master process...
CryoSPARC is not already running.
Traceback (most recent call last):
File "/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda/bin/conda", line 12, in <module>
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
Warning: Could not activate conda environment; this indicates that a cryoSPARC installation is either incomplete or in progress
configuring database...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/cryosparc_compute/database_management.py", line 35, in configure_mongo
mongod = subprocess.Popen(command, stdout=output, stderr=output)
File "/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 971, in *init*
self._execute_child(args, executable, preexec_fn, close_fds,
File "/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT57000_LIC_38df2812/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'mongod'
[2024-11-22T11:45:18+01:00] Error configuring database. Most recent database log lines:
(/(path)/cryosparc_v4.6.2_gpu136Master_gpu136Worker_PORT5700
thanks in advance
Jesse