gpt4 book ai didi

python-2.7 - scandir 上导入错误

转载 作者:行者123 更新时间:2023-12-03 01:18:06 25 4
gpt4 key购买 nike

我正在尝试使用 scandir package作为 python 2.7 中 os.walk 的替代方案。但是,在导入期间会引发 ImportError,如下所示。

Python 2.7.12 (default, Jul  1 2016, 15:12:24) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

>>> from scandir import scandir, walk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "scandir.py", line 2, in <module>
from scandir import walk
ImportError: cannot import name walk

经过广泛搜索后,我无法找到任何对此错误的引用(除了循环导入),并且在这一点上感到非常困惑。任何帮助深表感谢 !

最佳答案

当前工作目录中有一个名为 scandir.py 的文件。

重命名它并让 sys.path 中的 scandir 发挥其魔力。

关于python-2.7 - scandir 上导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39864607/

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