Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PhuLai opened this issue Nov 6, 2023 · 2 comments
Open

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

PhuLai opened this issue Nov 6, 2023 · 2 comments

Comments

@PhuLai
Copy link

PhuLai commented Nov 6, 2023

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.

@8Jimmy
Copy link

8Jimmy commented Feb 18, 2024

I encounter the same question. Have you solved it?

@PhuLai
Copy link
Author

PhuLai commented Feb 18, 2024

I encounter the same question. Have you solved it?

No I haven't sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants