gpt4 book ai didi

python - ImportError : attempted relative import with no known parent package :(

转载 作者:行者123 更新时间:2023-12-03 16:43:47 25 4
gpt4 key购买 nike

我正在尝试从我的Items文件中导入脚本,但我一直遇到错误

 from .Items.Quest1_items import *
from .Items.Quest1_items import *
ImportError: attempted relative import with no known parent package

Process finished with exit code 1

这是我的项目树,我正在运行main.py文件中的脚本
Quest1/
|
|- main.py
|
|- Items/
| |- __init__.py
| |- Quest1_items.py

最佳答案

从开头删除点。相对于main.py的相对路径是自动找到的。from Items.Quest1_items import *

关于python - ImportError : attempted relative import with no known parent package :(,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63312692/

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