You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your efforts packaging many important causal reasoning algorithms via these suits of programs.
I'm trying to install causal web as a dependency for the Causal Rest API, but stuck at the stage of installing ccd-job-queue-0.1.8. First, it gave me this error:
ERROR] Failed to execute goal on project ccd-job-queue: Could not resolve dependencies for project edu.pitt.dbmi:ccd-job-queue:jar:0.1.8: The following artifacts could not be resolved: edu.pitt.dbmi:ccd-db:jar:0.6.5, edu.pitt.dbmi.isg:remoteSchedulerClient:jar:0.1.4: Failure to find edu.pitt.dbmi:ccd-db:jar:0.6.5 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
To which a partial fix is installing the older version of ccd-db-0.6.5 (along with the recent version suggested in the README file of this repo. Now, I get the following error:
[ERROR] Failed to execute goal on project ccd-job-queue: Could not resolve dependencies for project edu.pitt.dbmi:ccd-job-queue:jar:0.1.8: Failure to find edu.pitt.dbmi.isg:remoteSchedulerClient:jar:0.1.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
I'm not sure where this jar file is, and would really appreciate any pointers you may be able to share.
Thank you,
Azza
The text was updated successfully, but these errors were encountered:
azzaea
changed the title
Dependency installations
Missing dependency
Aug 21, 2019
It turned out that remoteSchedulerClient is another program that can be installed as the rest of the other dependencies. Once I downloaded this release here, I was good to go.
Hello,
Thank you for your efforts packaging many important causal reasoning algorithms via these suits of programs.
I'm trying to install
causal web
as a dependency for the Causal Rest API, but stuck at the stage of installing ccd-job-queue-0.1.8. First, it gave me this error:To which a partial fix is installing the older version of
ccd-db-0.6.5
(along with the recent version suggested in the README file of this repo. Now, I get the following error:I'm not sure where this jar file is, and would really appreciate any pointers you may be able to share.
Thank you,
Azza
The text was updated successfully, but these errors were encountered: