简体   繁体   English

如何使用 conda install 在 python 中安装 boruta

[英]How to install boruta in python using conda install

I'm using python 3.6 on windows 10. I want to install boruta in my python.我在 Windows 10 上使用 python 3.6。我想在我的 python 中安装 boruta。 So I used following command conda install -c conda-forge r-boruta but got error message所以我使用了以下命令conda install -c conda-forge r-boruta但收到错误消息

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

I also tried conda install boruta but got the same error message.我也试过conda install boruta但得到了同样的错误信息。 Can you suggest me installation steps你能建议我安装步骤吗

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

Try this:尝试这个:

conda config --add channels conda-forge

conda install r-boruta

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM