I tried to install cryosparc with my user account,
where an anaconda environment (python3) is always activated by .bashrc.
Then cryosparc installation went wrong, below are the error messages,
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-ZAKntj/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-ZAKntj/
************ 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 not already running.
database: started
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pymongo
and my anaconda base environment (originally python3) was turned into
a mysterious python 2.7.15 environment.
Is there anyone experienced similar situation?
Thanks,
Kotaro