Open jamonterotena opened 1 year ago
Hi,
I may suggest trying to
zlib
header files$HOME/.bashrc
if you install zlib
through conda:
export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:$HOME/miniconda3/include"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$HOME/miniconda3/lib/pkgconfig"
Thanks for the info re: STITCH through conda, that shouldn't happen. I'll try to have a look later this week about this
I'm trying to install STITCH using the method explained here:
R CMD INSTALL STITCH_1.6.10.tar.gz
However, it doesn't work and gives the following error:
I tried to install zlib through miniconda and activated the environment before running the command but it keeps printing the same error message. I tried installing STITCH through conda but didn't work either.
What should I try?
Here is some info about the R session in case it helps:
Any help is appreciated.