Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency of Magick #42

Open
yifanfu01 opened this issue May 10, 2024 · 1 comment
Open

Dependency of Magick #42

yifanfu01 opened this issue May 10, 2024 · 1 comment

Comments

@yifanfu01
Copy link

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'
@pacmandoh
Copy link
Contributor

hi @yifanfu01, It seems that the problem of calling the c++ library is not easy to solve. Because scRNAtoolVis does not seem to call the library directly, but its dependent call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants