【问题标题】:How to install UpSetPlot on google colab如何在谷歌 colab 上安装 UpSetPlot
【发布时间】:2021-07-18 11:28:59
【问题描述】:

我正在使用 google colab 进行 python 编程。 但是,没有安装包 UpSetPlot。我尝试使用命令:

!pip install UpSetPlot

但出现以下错误:

Collecting UpSetPlot
  Using cached https://files.pythonhosted.org/packages/a7/11/5cc8a0ebaf4f3a9a8e02cd3a9a13806eaebfc1d2ffb4a40031bdc83ad1be/UpSetPlot-0.5.0.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

【问题讨论】:

    标签: google-colaboratory upsetplot


    【解决方案1】:

    upsetplot0.4.1 之后的版本似乎有问题,这可能与 Colab 中使用的 Python 版本有关。

    在 Colab 单元中尝试此操作。

    !pip install upsetplot==0.4.1
    

    【讨论】:

      猜你喜欢
      • 2021-03-25
      • 1970-01-01
      • 2020-04-17
      • 2018-10-14
      • 2022-09-28
      • 2020-05-07
      • 2019-11-14
      • 1970-01-01
      • 2019-05-05
      相关资源
      最近更新 更多