簡體   English   中英

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

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

我在 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但得到了同樣的錯誤信息。 你能建議我安裝步驟嗎

根據 anaconda https://anaconda.org/saravji/boruta 的官方文檔,如果您想使用 conda install 安裝 boruta,請使用conda install -c saravji borutaconda install -c conda -forge boruta_py並確保您的 python 版本是小於等於 3.6。

嘗試這個:

conda config --add channels conda-forge

conda install r-boruta

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM