Skip to content

No module named 'odtk' error when loading pickle file dataset #1

@PhuLai

Description

@PhuLai

Running the following script

import core
dataset = core.data.load_sample("umons-all")

would result in a ModuleNotFoundError: No module named 'odtk' error, which is originated from read_dataset(file_name) method in core/data/io.py

from pickle import load
with open(file_name, 'rb') as file:
    dataset = load(file)

Any pointers? Thanks.

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