如何使用conda install

时间:2018-07-23 11:40:58

标签: python conda

我在Windows 10上使用python 3.6。我想在python中安装boruta。 因此我使用了以下命令conda install -c conda-forge r-boruta,但收到错误消息

PackagesNotFoundError: The following packages are not available from current channels:

我也尝试了conda install boruta,但收到了相同的错误消息。你能建议我安装步骤

2 个答案:

答案 0 :(得分:0)

根据蟒蛇https://anaconda.org/saravji/boruta的官方文档,如果您想使用conda install安装boruta,请使用 conda install -c saravji boruta conda install -c conda-forge boruta_py < / strong>,并确保您的python版本小于等于3.6。

答案 1 :(得分:-1)

尝试一下:

conda config --add channels conda-forge

conda install r-boruta

来源:https://github.com/conda-forge/r-boruta-feedstock