美文网首页
RNA-seq常见报错

RNA-seq常见报错

作者: javen_spring | 来源:发表于2020-07-05 20:42 被阅读0次

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

相关文章

网友评论

      本文标题:RNA-seq常见报错

      本文链接:https://www.haomeiwen.com/subject/mqqyqktx.html