Issues installing
Closed this issue · 3 comments
samguttr commented
I am having issues installing CellChat - I have done all of the suggested actions listed in the installation manual but nothing has worked.
devtools::installpackages("jinworks/CellChat")
* installing *source* package ‘CellChat’ ...
** using staged installation
** libs
using C++ compiler: "Apple clang version 16.0.0 (clang-1600.0.26.4)"
using SDK: ‘MacOSX15.1.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppEigen/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c CellChat_Rcpp.cpp -o CellChat_Rcpp.o
In file included from CellChat_Rcpp.cpp:1:
In file included from /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppEigen/include/RcppEigen.h:25:
/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppEigen/include/RcppEigenForward.h:25:10: fatal error: 'iterator' file not found
25 | #include <iterator>
| ^~~~~~~~~~
1 error generated.
make: *** [CellChat_Rcpp.o] Error 1
ERROR: compilation failed for package ‘CellChat’
* removing ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/CellChat’
Warning in i.p(...) :
installation of package ‘/var/folders/93/0rb6s1vn6g5c6tkpwxdw648h0000gn/T//RtmpiRKb6s/filec9553519a4b/CellChat_2.1.2.tar.gz’ had non-zero exit status
sqjin commented
@samguttr This issue should be related to the compiler. Is your computer M1 or M2 chip?
VeroHo commented
I get the same error, could you please specify how you solved it?