【发布时间】: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