-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'anndata' #38
Comments
Hi @mbahin {zellkonverter} currently converts between an R The error you are seeing is because the Python anndata library is not installed in your Python environment. The {reticulate} documentation has useful information for managing a Python environment for R https://rstudio.github.io/reticulate/. Alternatively, you can use the |
Might consider exporting the library(basilisk)
library(zellkonverter)
basiliskStart(zellkonverterEnv) # give it a nice name.
ad <- SCE2AnnData(sce) This is technically not safe against displacement from other Python instances - one would have to wrap further code in |
Thanks for your answers. |
Great! 👍🏻 Reopening as a note to think about exporting the environment objects. |
Environment now exported in devel as of |
Hi,
I'm trying to convert a SCE object to an AnnData one in R but I get the following message:
Any clue on that problem?
Cheers,
Mathieu
SessionInfo:
The text was updated successfully, but these errors were encountered: