Error installing ACTIONet
1
0
Entering edit mode
4 months ago

Hello everyone, I am trying to install ACTIONet required for SCINET to run in R. I have tried all the ways described in here ACTIONet

however, I am getting this error -

ACTIONet/src/misc/cholmod_wrappers.cc:2:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>

ACTIONet/src/misc/my_utils.cc:7:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>

1 error generated.
1 error generated.
make: *** [ACTIONet/src/misc/cholmod_wrappers.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [ACTIONet/src/misc/my_utils.o] Error 1
ACTIONet/src/network_tools/network_diffusion.cc:6:10: fatal error: 'cholmod.h' file not found
include <cholmod.h>


1 error generated.
make: *** [ACTIONet/src/network_tools/network_diffusion.o] Error 1
ERROR: compilation failed for package ‘ACTIONet’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/ACTIONet’

If someone else as well has faced the same issue, can you please let me know how you solved it.

R • 340 views
ADD COMMENT
0
Entering edit mode
4 months ago

You are missing the headers for a system library - cholmod.h - which the package needs to be compiled. I've not come across cholmod before, so I'm afraid I can't help you with how to install it. The pacakge developer is almost certainly best placed to help youm and I can see you have posted on the package developers github issues page. .

ADD COMMENT
0
Entering edit mode

Thank you for your response. Yes I had uploaded the issue there also, however, I think it is not yet upgraded. Posted here just in case someone knew. The issue was solved. The location of chmod.h file is under suitesparse folder, which you have to copy to the place of installation and then it works.

ADD REPLY

Login before adding your answer.

Traffic: 1564 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6