我想在我的 anaconda 环境中安装 boruta,但是如果我执行
conda install boruta
它显示:
PackagesNotFoundError: The following packages are not available from current channels:
- boruta
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
我想我可以使用pip属于 Anaconda 环境的安装它,但我不确定这是否是最好的方法。
有什么建议么?