#486·PageIndex

[错误]: 除了在 page_index_md.py 中的 mask 中隐藏了底层导入和语法错误外,

作者: Pradeepks01创建于 2026年9月5日更新于 2026年9月5日

描述错误 pageindex/page_index_md.py 中,utils 的回退导入使用了一个 bare except::

python
try:
    from .utils import *
except:
    from utils import *

内容来源: VectifyAI/PageIndex