## 如果环境依赖其他的包可以使用 conda install XX来进行安装 例:conda install -c conda-forge hdf5 # 检查是否安装成功 R library(SeuratDisk) #Registered S3 method overwritten by 'SeuratDisk': # method from # as.sparse.H5Group Seurat 使用示例 # 3.使用library(Seurat)library(SeuratDisk)setwd('/h...
─ building ‘SeuratDisk_0.0.0.9021.tar.gz’ 将程序包安装入‘/home/xxx/R/x86_64-pc-linux-gnu-library/4.3’ (因为‘lib’没有被指定) ERROR: dependency ‘hdf5r’ is not available for package ‘SeuratDisk’ * removing ‘/home/xxx/R/x86_64-pc-linux-gnu-library/4.3/SeuratDisk’ Warning m...
单细胞R包hdf5r安装失败 SeuratDisk 安装失败 R包hdf5r安装失败Found hdf5 with version: 1.8.12configure: error: The version of hdf5 installed on your system is not sufficient. Please ensure that at least version 1.8.13 is installedERROR: configuration failed for package ‘hdf5r’解决办法:1. 下载...
devtools::install_github("mojaveazure/seurat-disk")# 然后我换了本地安装还是保错install.packages('D:/IEDown/seurat-disk-master.zip', repos = NULL)以下是错误信息:Error: Failed to install 'unknown package' from GitHub: Timeout was reached: [api.github.com] Connection timeout after 10003 ms我...