Hello,
I am having a similar issue, but I do not have a local install of conda. I am unable to call the command forcedeps, it is an “Unknown command”. I may be missing something.
Here is my error when I run cryosparcm status, cryosparcm update and cryosparcm stop:
Traceback (most recent call last):
File "/data/cryosparc/cryosparc2_master/deps/anaconda/bin/supervisorctl", line 6, in <module>
from pkg_resources import load_entry_point
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'supervisor==3.3.3' distribution was not found and is required by the applicationTraceback (most recent call last):
File "/data/cryosparc/cryosparc2_master/deps/anaconda/bin/supervisorctl", line 6, in <module>
from pkg_resources import load_entry_point
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/data/cryosparc/cryosparc2_master/deps/anaconda/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'supervisor==3.3.3' distribution was not found and is required by the application
I am not sure when cryoSPARC broke as I have not used it for about a month. I did have some python version issues when installing another program IHRSR. I thought I had resolved this issue, but cannot rule it out as the problem. I am still running v2.4.6 and cannot update.
Any help would be appreciated. I have not tried a fresh install yet.