If you are a bioinformatician like me, you will know that, by using conda, lots of tools can be installed. However, I and my colleague encountered issues when we were going to download the bioinformatics tools - STAR and Cufflinks based on conda.


The command for downloading tolls through Conda is simple; however, both of us encountered the following issue:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environ

在尝试使用conda安装STAR和Cufflinks等生物信息学工具时,遇到了由于系统中glibc版本为2.17导致的不兼容问题。为了解决这个问题,建议使用conda版本23.7.2创建虚拟环境,并通过该环境安装工具。安装完成后,确认安装了提供GCC库的包以解决glibc兼容性问题。
最低0.47元/天 解锁文章
1万+





