我试图在google数据实验室的木星笔记本上安装openslide,使用:!apt-get安装python-openslide。
它运行,直到打印出来:
Need to get 13.0 MB of archives.
After this operation, 44.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]我在下一个单元格中输入Y,然后按run键。上面说跑步..。但似乎什么都没发生。如何在这里安装?
发布于 2017-03-30 00:10:07
请您试一试,其中包括-y选项吗?
!apt-get install -y python-openslide以下是来自-y的apt-get的apt-get选项的定义。
-y, --yes, --assume-yes Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package, trying to install a unauthenticated package or removing an essential package occurs then apt-get will abort. Configuration Item: APT::Get::Assume-Yes.
https://stackoverflow.com/questions/43105235
复制相似问题