Issue when installing Seurat: failing to load RcppHNSW #9791
-
Hi, I was trying to install Seurat on MacBook (Intel i5) R version 4.4.2, and got the current error:
I tried installing RcppHNSW through command line and anaconda - did not work. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was resolved by installing a previous version of RcppHNSW: |
Beta Was this translation helpful? Give feedback.
This was resolved by installing a previous version of RcppHNSW:
remotes::install_github("jlmelville/rcpphnsw", ref = "v0.3.0")