omnideconv / spacedeconv

A unified interface to spatial transcriptomics deconvolution tools
https://omnideconv.org/spacedeconv/
GNU General Public License v3.0
36 stars 7 forks source link

Installation error- always end up with pak error #150

Open shrvi opened 1 month ago

shrvi commented 1 month ago

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on our Community Forum

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Brief description of the problem

image ✔ Cached copy of spacedeconv 0.1.1 (source) is the latest build ✔ No downloads needed, all packages are cached ℹ Building spacedeconv 0.1.1 ✖ Failed to build spacedeconv 0.1.1 (41.8s) Error: ! error in pak subprocess Caused by error in stop_task_build(state, worker): ! Failed to build source package spacedeconv. Full installation output:

→ Will install 6 packages. → Will download 5 packages with unknown size.

ℹ Getting 5 pkgs with unknown sizes, 1 (734.83 kB) cached ✔ Cached copy of spacedeconv 0.1.1 (source) is the latest build ✔ Cached copy of omnideconv 0.1.0 (source) is the latest build ✔ Cached copy of CARD 1.1 (source) is the latest build ✔ Cached copy of MuSiC 0.3.0 (source) is the latest build ✔ Cached copy of Orthology.eg.db 3.16.0 (source) is the latest build ✔ Got MCMCpack 1.7-1 (source) (734.83 kB) ✔ Downloaded 1 package (734.83 kB) in 1.9s ℹ Building spacedeconv 0.1.1 ℹ Building Orthology.eg.db 3.16.0 ℹ Building omnideconv 0.1.0 ℹ Building MCMCpack 1.7-1 ✖ Failed to build omnideconv 0.1.0 (40s) Error: ! error in pak subprocess Caused by error in stop_task_build(state, worker): ! Failed to build source package omnideconv. Full installation output:

# insert reprex here

Versions

Ubuntu 22.04, R 4.2.3

[Paste the output of `sessionInfo()` leaving a blank line after the details tag] > sessionInfo() R version 4.2.3 (2023-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 22.04.5 LTS Matrix products: default BLAS/LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] processx_3.8.4 compiler_4.2.3 R6_2.5.1 cli_3.6.2 tools_4.2.3 [6] callr_3.7.6 ps_1.7.6 pak_0.8.0 tcltk_4.2.3 >
czackl commented 2 weeks ago

Hi! It seems to me that omnideconv could not be installed correctly. Maybe try installing omnideconv directly and check if spacedeconv installation finishes then.

shrvi commented 1 day ago

i get almost the same error there - is this built for ubuntu 22? The ; error seems to be built for windows.

✖ Failed to build omnideconv 0.1.0 (30.4s) Error: ! error in pak subprocess Caused by error in stop_task_build(state, worker): ! Failed to build source package omnideconv. Full installation output:

image