gpt4 book ai didi

python - 警告 : The following packages were previously imported in this runtime: [PIL] You must restart the runtime in order to use newly installed versions

转载 作者:行者123 更新时间:2023-12-05 06:51:47 24 4
gpt4 key购买 nike

这是一个绝对的编程初学者提出的问题。

我在 Google Colaboratory 上尝试了以下代码,并收到了这篇文章标题中所写的警告。

我重新启动了运行时(我相信它成功运行),但是当我重试代码时(通过点击“运行”按钮),我收到了同样的警告。

您对如何解决这个问题有什么建议吗?

提前谢谢你。

!pip install torch torchvision
import torch
print('torch vision: ', torch.__version__)

!pip uninstall -y Pillow
!pip install Pillow==5.3.0
import PIL
print('pillow version: ', PIL.PILLOW_VERSION)
like so

最佳答案

你必须

  • 卸载/安装模块
  • 重启运行时
  • 无需卸载/安装即可运行代码

但首先我会尝试使用最新模块编写代码 - 无需卸载/安装。

你的 tutorial快 1 岁了,也许那时它需要 Pillow 5.3.0。但它也使用 Torch 0.4.0,今天我们有 1.7.0,它可以与 Pillow 7.0.0

一起正常工作

关于python - 警告 : The following packages were previously imported in this runtime: [PIL] You must restart the runtime in order to use newly installed versions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66078560/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com