Skip to content

ModuleNotFoundError: No module named '_schema' #25

Description

@pm3310

I'd like to contribute to tensorfx but I get the following error when I'm running ./build.sh test:

  File "main.py", line 24, in <module>
    import data.dataset_tests
  File "/Users/pntompos/Documents/repos/tensorfx/build/tests/data/dataset_tests.py", line 17, in <module>
    import tensorfx as tfx
  File "/Users/pntompos/Documents/repos/tensorfx/tensorfx/__init__.py", line 16, in <module>
    import tensorfx.data as data
  File "/Users/pntompos/Documents/repos/tensorfx/tensorfx/data/__init__.py", line 16, in <module>
    from _schema import SchemaFieldType, SchemaField, Schema
ModuleNotFoundError: No module named '_schema'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions