【问题标题】:Installing cot-reports module for anaconda为 anaconda 安装 cot-reports 模块
【发布时间】:2021-06-27 07:10:26
【问题描述】:

我从以下页面为 Anaconda 安装 cot-reports 模块时遇到问题: https://github.com/NDelventhal/cot-reports 我正在尝试从 Anaconda 终端安装以下命令: conda install git+https://github.com/NDelventhal/cot-reports

收集包元数据(current_repodata.json):完成 求解环境:初始冻结求解失败。使用灵活的求解重试。 收集包元数据(repodata.json):完成 求解环境:初始冻结求解失败。使用灵活的求解重试。

PackagesNotFoundError:当前频道无法提供以下软件包:

  • //github.com/ndelventhal/cot-reports

知道如何为 Anaconda 安装这个模块吗?

【问题讨论】:

    标签: python github anaconda


    【解决方案1】:

    试试

    pip install cot_reports
    

    pip install git+https://github.com/NDelventhal/cot_reports
    

    【讨论】:

      【解决方案2】:

      三天前我刚刚在 PyPI 上发布了这个包,所以直到本周它只能通过 Github 获得。它是一个 PyPI-only 包,目前还没有在 Conda-Forge 包中列出,所以目前只能在 PyPI 上找到它。但是,对于 Conda-Forge 来说,它不需要代码的维护者进行打包,这可以随时更改。

      不过,要在 Conda 环境中安装 pip 包,您应该只需调用:pip install cot_reports。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-05-24
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-12-22
        • 1970-01-01
        • 2015-05-22
        相关资源
        最近更新 更多