Skip to content

錯誤: RecursionError: maximum recursion depth exceeded in comparison #51

@vitahuang629

Description

@vitahuang629

Image

我在執行下面這段程式碼時:
ws = WS("./data")
pos = POS("./data")
ner = NER("./data")

會出現錯誤RecursionError: maximum recursion depth exceeded in comparison,
我有試著增加遞迴深度 sys.setrecursionlimit(2000),但一樣沒有改變

環境使用: windows, python "3.11.0", tensorflow = "2.15.0", tensorflow-io-gcs-filesystem = "0.31.0", ckiptagger = "^0.1.1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions