I try to install cryosparc v2 as standalone on our lab new workstation. the system is Ubuntu 18.04.
however I found this 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 "<string>", line 1, in <module>**
** File "/tmp/pip-req-build-EsUMKo/setup.py", line 77, in <module>**
** 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-EsUMKo/**
------------------------------------------------------------------------
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.
************ CRYOSPARC MASTER INSTALLATION COMPLETE **************
CryoSPARC System master has now been installed.
Add bin directory to your ~/.bashrc ?
1) Yes
2) No
#? 1
The following lines were appended to your ~/.bashrc:
export PATH=/home/hendlab/CryoEM/cryosparc/cryosparc2_master/bin:$PATH
************ CRYOSPARC SYSTEM: STANDALONE INSTALLER **************
The installer will now download, install and connect the worker
package on this machine. The worker package will allow cryoSPARC
to run compute jobs.
******************************************************************
Starting cryoSPARC...
Starting cryoSPARC System master process..
CryoSPARC is already running.
If you would like to restart, use cryosparcm restart
******************************************************************
Creating the initial cryoSPARC user...
**Traceback (most recent call last):**
** File "/home/hendlab/CryoEM/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py", line 174, in _run_module_as_main**
** "__main__", fname, loader, pkg_name)**
** File "/home/hendlab/CryoEM/cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py", line 72, in _run_code**
** exec code in run_globals**
** File "/home/hendlab/CryoEM/cryosparc/cryosparc2_master/cryosparc2_compute/client.py", line 12, in <module>**
** import numpy as n**
**ImportError: No module named numpy**
can anyone help me to solve this?
Thank you!