You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message is below, and four methods I have tried don't work (the detail below). I use a MacBook Pro (Retina, 15-inch, Mid 2015) with macOS Sierra Version 10.12.6. Could you help me? Many thanks.
First, could you post the exact R error message from each of these methods? Or at least the time when you removed Conda from your computer and used your Mac's provided Pip/Python installation to install UMAP?
Second, the error message Error in RunUMAP(pbmc, dims = 1:10) : could not find function "RunUMAP" indicates that you don't have Seurat loaded (also seen in your session info). What happens if you completely remove Conda, install UMAP through your Mac's provided Pip/Python installation, then load Seurat and try running RunUMAP?
Thank you so much for your key information. You are right, the "pbmc <- RunUMAP(pbmc, dims = 1:10)" works after just the library(Seurat). It is my mistake because I tried too many methods, and many times for each method. Finally, I forget the most import and basic step after restarting the Rstudio (i.e., library(Seurat)). Because of my carelessness, I don't know which method works in my condition. Anyway, very thanks for your great tool: Seurat. It really helps us a lot.
The error message is below, and four methods I have tried don't work (the detail below). I use a MacBook Pro (Retina, 15-inch, Mid 2015) with macOS Sierra Version 10.12.6. Could you help me? Many thanks.
Best,
Gary
The methods I have tried
Method IV. Creating a conda environment
Using RunUMAP with Anaconda Python [duplicate] #631
The text was updated successfully, but these errors were encountered: