我在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
,但收到了相同的错误消息。你能建议我安装步骤
答案 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