如何在 google colab 上安装 UpSetPlot

How to install UpSetPlot on google colab

我正在使用 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.

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

在 Colab 单元格中试试这个。

!pip install upsetplot==0.4.1