gpt4 book ai didi

python - 如何将 'from Queue import Queue, Empty' 从 Python 2 转换为 Python 3?

转载 作者:太空宇宙 更新时间:2023-11-03 13:12:02 24 4
gpt4 key购买 nike

<分区>

我正在将用 Python 2 编写的源代码转换为 Python 3,我偶然发现了这个:

from Queue import Queue, Empty

我把它改成了:

from multiprocessing import Queue, Empty

但这给了我一个异常(exception):

ImportError: cannot import name 'Empty'

我该如何解决这个问题?

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