【发布时间】:2023-03-08 01:36:02
【问题描述】:
我是 conda 环境的新手。我正在运行GATK包,它显示从apache丢失Log4j-2包的错误,所以我下载了Log4j包并尝试安装它以便我可以顺利运行脚本,但是出现错误。
download link:
https://www.apache.org/dyn/closer.lua/logging/log4j/2.10.0/apache-log4j-2.10.0-bin.tar.gz
code:
conda install apache-log4j-2.10.0-bin.tar.gz
Error:
Fetching package metadata .................
PackageNotFoundError: Packages missing in current channels:
- apache-log4j-2.10.0-bin.tar.gz
We have searched for the packages in the following channels:
- https://conda.anaconda.org/bioconda/linux-64
- https://conda.anaconda.org/bioconda/noarch
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/r/linux-64
- https://conda.anaconda.org/r/noarch
- https://repo.continuum.io/pkgs/main/linux-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/linux-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/linux-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/linux-64
- https://repo.continuum.io/pkgs/pro/noarch
谁能帮帮我?请指教。谢谢。
【问题讨论】:
标签: linux installation anaconda log4j2 bioinformatics