cellchat安装问题
运行
linux安装踩坑失败,留个痕迹
install -c bioconda bioconductor-biobase=2.54.0 -y
报错
led with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
ReeesolvePackageNotFound:
python=3.1
不指定版本,失败
install -c bioconda bioconductor-biobase -y
搜索新版本
search bioconductor-biobase,
更换新版本,失败
install -c bioconda bioconductor-biobase=2.62.0 -y
下载pyenv-master.zip
放到conda目录下解压:/cluster/home/jrao/.conda/envs
查看python版本
pyenv-master/bin/pyenv install --list