I am having issues addressing a error when trying to go through the CITE-seq analysis with totalVI notebook on my personal computer.
An error surfaces when I try to run the following cell block:
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[9], line 1
----> 1 scvi.model.TOTALVI.setup_mudata(
      2     mdata,
      3     rna_layer="counts",
      4     protein_layer=None,
      5     batch_key="batch",
      6     modalities={
      7         "rna_layer": "rna_subset",
      8         "protein_layer": "protein",
      9         "batch_key": "rna_subset",
     10     },
     11 )
AttributeError: type object 'TOTALVI' has no attribute 'setup_mudata'
Besides a few NumbaDeprecationWarning and UserWarning outputs, all former cell blocks ran succesfully.
I have followed the instructions for installations and made sure everything was installed without error. I using a Apple M2 MAX.
