Skip to content

[Bug] Import error when run main.py #417

@csunny

Description

@csunny

When debuging main.py script, the error occur

from mindsdb_sql.parser import SQLParser
cannot import name 'SQLParser' from 'mindsdb_sql.parser'

It should be

from mindsdb_sql.parser.parser import SQLParser

image

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