Closed ckluong closed 2 years ago
I think solved by using mamba install -c conda-forge caiman.
I then got an error running mesmerize, but it was solved by downgrading pandas to 1.1.0
I now get:
(mesmerize) christopherluong@Christophers-Mac ~ % mesmerize /opt/anaconda3/envs/mesmerize/lib/python3.6/site-packages/sklearn/utils/deprecation.py:143: FutureWarning: The sklearn.cluster.kmeans module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.cluster. Anything that cannot be imported from sklearn.cluster is now part of the private API. warnings.warn(message, FutureWarning)
Is this ok? Also how sensitive is this to updating python to say 3.9?
that's just a deprecation warning, I wouldn't update the python version if you've got it working in that env.
Please try these things before posting an installation issue:
Create a fresh new anaconda or virtual environment.
If you're having difficulties with
caiman
installation try installing a specific version, for example:conda install -c conda-forge caiman==1.8.5
If you want to use caiman features,
caiman
must but installed in the same environment asmesmerize
.If you want to use certain features like kshape clustering or cross-correlation,
tslearn
must be installed in the same environment asmesmerize
.Otherwise use this template:
System information
Copy & paste the entire output of the terminal while you were trying to install when the issue came up: I have tried conda install -c conda-forge caiman==1.8.5 as well and it infinitely solved and never ended. I tried the mamba method and got this output.