3DVA clustering error

error at bottom.

I ran a NU refine, did 3DVA and successfully did 3DVA display for “simple” and “intermediate”, but when I try “cluster” with 3 clusters I end up with the error below. Got great results for “simple” and I’m hoping to cluster the particles! Thanks in advance :slight_smile:

[CPU: 807.8 MB] Traceback (most recent call last): File “cryosparc2_worker/cryosparc2_compute/run.py”, line 85, in cryosparc2_compute.run.main File “cryosparc2_worker/cryosparc2_compute/jobs/var3D/run_disp.py”, line 289, in cryosparc2_compute.jobs.var3D.run_disp.run File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/mixture/init.py”, line 5, in from .gaussian_mixture import GaussianMixture File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/mixture/gaussian_mixture.py”, line 11, in from .base import BaseMixture, _check_shape File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/mixture/base.py”, line 15, in from … import cluster File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/cluster/init.py”, line 6, in from .spectral import spectral_clustering, SpectralClustering File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/cluster/spectral.py”, line 15, in from …metrics.pairwise import pairwise_kernels File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/metrics/init.py”, line 7, in from .ranking import auc File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/metrics/ranking.py”, line 36, in from …preprocessing import label_binarize File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/preprocessing/init.py”, line 6, in from ._function_transformer import FunctionTransformer File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/preprocessing/_function_transformer.py”, line 5, in from …utils.testing import assert_allclose_dense_sparse File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/sklearn/utils/testing.py”, line 751, in import pytest File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/pytest.py”, line 13, in from _pytest.fixtures import fixture, yield_fixture File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/_pytest/fixtures.py”, line 842, in class FixtureFunctionMarker(object): File “/home_local/cryosparc/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/_pytest/fixtures.py”, line 844, in FixtureFunctionMarker params = attr.ib(convert=attr.converters.optional(tuple)) TypeError: attrib() got an unexpected keyword argument ‘convert’