Skip to content

AttributeError: module 'taichi' has no attribute 'ext_arr' #14

@YunxiTang

Description

@YunxiTang

Dear team,
when I run the example in "toy" folder, I got errors as below,

if attr == "cfg":
     21     return None if lang.impl.get_runtime().prog is None else lang.impl.current_cfg()
---> 22 raise AttributeError(f"module '{__name__}' has no attribute '{attr}'")

AttributeError: module 'taichi' has no attribute 'ext_arr'

Is there suggestion to fix this issue? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions