V2 installation error - " RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!"

HI all,

I am getting the following error when I try to install cryosparc V2. Anyone have any idea how to get around this?

Thanks!

Creating the initial cryoSPARC user…

Creating user User123 with email: asdf@gmail.com password: asdf
/home/user/SoftwareA/Cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn’t match a supported version!
RequestsDependencyWarning)
Traceback (most recent call last):
File “/home/user/SoftwareA/Cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py”, line 174, in runmodule_as_main
“main”, fname, loader, pkg_name)
File “/home/user/SoftwareA/Cryosparc/cryosparc2_master/deps/anaconda/lib/python2.7/runpy.py”, line 72, in runcode
exec code in run_globals
File “/home/user/SoftwareA/Cryosparc/cryosparc2_master/cryosparc2_compute/client.py”, line 57, in
print eval(“cli.”+command)
File “”, line 1, in
File “/home/user/SoftwareA/Cryosparc/cryosparc2_master/cryosparc2_compute/client.py”, line 31, in func
assert False, res[‘error’]
AssertionError: {u’message’: u’OtherError: user-desktop:39001: [Errno 111] Connection refused’, u’code’: 500, u’data’: None, u’name’: u’OtherError’}

2 Likes