scRNAtoolVis icon indicating copy to clipboard operation
scRNAtoolVis copied to clipboard

Dependency of Magick

Open yifanfu01 opened this issue 1 month ago • 1 comments

Hi Junjun, I installed scRNAtoolVis on the HPC without ROOT access, and i met the error that magick package is not available. But it is always not easy for users of HPC to install a new environment, so could you kindly consider to provide a solution for this?

--------------------------- [ANTICONF] --------------------------------
Configuration failed to find the Magick++ library. Try installing:
 - deb: libmagick++-dev (Debian, Ubuntu)
 - rpm: ImageMagick-c++-devel (Fedora, CentOS, RHEL)
 - csw: imagemagick_dev (Solaris)
 - brew imagemagick@6 (MacOS)
If Magick++ is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a Magick++.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
-------------------------- [ERROR MESSAGE] ---------------------------
<stdin>:1:10: fatal error: Magick++.h: No such file or directory
compilation terminated.
--------------------------------------------------------------------
ERROR: configuration failed for package 'magick'

yifanfu01 avatar May 10 '24 16:05 yifanfu01