Hi,
While attempting to update to v3.1, I got the following error:
Update will now be applied to the master installation,
followed by worker installations on other nodes.Deleting old files…
rm: cannot remove ‘cryosparc_app/nodejs/bin’: Directory not empty
rm: cannot remove ‘cryosparc_app/bundle/programs/server/node_modules/fibers/bin/linux-x64-83-glibc’: Directory not empty
rm: cannot remove ‘cryosparc_app/bundle/programs/server/npm/node_modules/bcrypt/lib/binding/napi-v3’: Directory not empty
rm: cannot remove ‘cryosparc_command/command_core’: Directory not empty
rm: cannot remove ‘cryosparc_liveapp/nodejs/bin’: Directory not empty
rm: cannot remove ‘cryosparc_liveapp/bundle/programs/server/npm/node_modules/bcrypt/lib/binding’: Directory not empty
rm: cannot remove ‘cryosparc_liveapp/bundle/programs/server/node_modules/fibers/bin/linux-x64-57-glibc’: Directory not empty
rm: cannot remove ‘cryosparc_webapp/bundle/programs/server/node_modules/fibers/bin/linux-x64-57’: Directory not empty
rm: cannot remove ‘cryosparc_webapp/bundle/programs/server/npm/node_modules/bcrypt/lib/binding’: Directory not empty
rm: cannot remove ‘cryosparc_webapp/nodejs/bin’: Directory not empty
After trying to restart the instance, I get a database spawn error which cannot be resolved by removing supervisord and mongodb files from /tmp and killing all residual orphan cryosparc processes.
Starting cryoSPARC System master process…
CryoSPARC is not already running.
database: started
command_core: ERROR (spawn error)
Attempting to go back to v3.0.0 suggests that it is already up to date. If I try to downgrade to v2.15.0 I get the following error:
Preparing to install all pip packages…
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7.
Processing ./deps_bundle/python/python_packages/pip_packages/Flask-JSONRPC-0.3.1.tar.gz
Processing ./deps_bundle/python/python_packages/pip_packages/Flask-PyMongo-0.5.1.tar.gz
Processing ./deps_bundle/python/python_packages/pip_packages/libtiff-0.4.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-req-build-Ap3cnf/setup.py”, line 77, in
from numpy.distutils.core import setup, Extension
ImportError: No module named numpy.distutils.core----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-req-build-Ap3cnf/
Done. pip packages installation successful.
Main dependency installation completed. Continuing…
Completed.
Currently checking hash for mongodb
Dependencies for mongodb have changed - reinstalling…mongodb 3.4.10 installation successful.
Completed.
Completed dependency check.
Could not find conda environment: cryosparc_master_env
You can list all discoverable environments withconda info --envs
.Warning: Could not activate conda environment; this indicates that a cryoSPARC installation is either incomplete or in progress
===================================================
Successfully updated master to version v2.15.0.Starting cryoSPARC System master process…
CryoSPARC is not already running.
database: started
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pymongo
Any help would be greatly appreciated.
Best wishes,
Andrija