jflusche
jflusche
Thank you for the prompt response! I looked into your suggestions for this issue, but have not seemed to find a solution yet. Here are my findings: 1) I confirmed...
Hello, I wanted to note that I get the same error when trying to import scvi even with Python version 3.10.12. Do you have any suggestions on how to troubleshoot...
I have anndata version 0.11.3 and mudata version 0.2.3. I have also tried upgrading scvi-tools (I have version 1.3.0).
That seemed to work for importing scvi! I am now getting an error though when I try to use scvi to load an existing model. `ModuleNotFoundError: No module named 'pandas.core.indexes.numeric'`...
I wanted to follow up on how I solved this issue. I downgraded pandas to version 1.5.3. Thanks for your help with the MuData issue!
Hello, I hope this message finds you well. I am getting the same error message having to do with scvi and anndata package incompatibilities when importing the newest version of...
Hello, thanks for the response! I tried this and after re-installing scvi (version 1.3.0) and anndata (version 0.11.3) I still am getting the same error. Do you have any other...
The same issue does arise when I import MuData. `import mudata as md from mudata import MuData` ImportError: cannot import name 'AlignedViewMixin' from 'anndata._core.aligned_mapping' (/home/jupyter/.local/lib/python3.10/site-packages/anndata/_core/aligned_mapping.py)
Hi! Just following up on this issue. Do you have any suggestions on where to go from here? I get the same error when I follow MuData installation guideline. Should...
Hi, thank you for your suggestions! I wanted to follow up with what worked for solving this issue. I upgraded MuData to the newest version 0.3.1, which is compatible with...