RNA-seq常见报错

1、Solving environment: failed with initial frozen solve. Retrying with flexible solve.

# 更新conda
conda update -n base conda
conda update -all  #更新conda安装的所有软件
# 修改频道 
conda config --add channels conda-forge
conda config --set channel_priority flexible
#再安装所需软件的话就好了

2、RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/python3/ for mitigation steps.

export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8
##Doing this each time will resolve the error
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。