Hi,
I encountered the following error while installing cryoSPARC V2 on an Ubuntu 16.04 machine:
An unexpected error has occurred.
Please consider posting the following information to the
conda GitHub issue tracker at:
https://github.com/conda/conda/issues
Current conda install:
platform : linux-64
conda version : 4.3.31
conda is private : False
conda-env version : 4.3.31
conda-build version : not installed
python version : 2.7.14.final.0
requests version : 2.18.4
root environment : /home/cina/cryosparc2_master/deps/anaconda (writable)
default environment : /home/cina/cryosparc2_master/deps/anaconda
envs directories : /home/cina/cryosparc2_master/deps/anaconda/envs
/home/cina/.conda/envs
package cache : /home/cina/cryosparc2_master/deps/anaconda/pkgs
/home/cina/.conda/pkgs
channel URLs : https://repo.continuum.io/pkgs/main/linux-64 (offline)
https://repo.continuum.io/pkgs/main/noarch (offline)
https://repo.continuum.io/pkgs/free/linux-64 (offline)
https://repo.continuum.io/pkgs/free/noarch (offline)
https://repo.continuum.io/pkgs/r/linux-64 (offline)
https://repo.continuum.io/pkgs/r/noarch (offline)
https://repo.continuum.io/pkgs/pro/linux-64 (offline)
https://repo.continuum.io/pkgs/pro/noarch (offline)
config file : None
netrc file : None
offline mode : True
user-agent : conda/4.3.31 requests/2.18.4 CPython/2.7.14 Linux/4.4.0-109-generic debian/stretch/sid glibc/2.23
UID:GID : 1002:1002
Turns out the culprit is /home/cina/.conda/envs/ which was already existing on my environment (because of crYOLO apparently)
Deleting the whole /home/cina/.conda/ directory did the trick for me, and now I was finally able to install cryoSPARC V2. Hope this tip is useful for others as well