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

Why do the following errors occur?How? #8

Open
monkeystrive opened this issue Apr 12, 2020 · 2 comments
Open

Why do the following errors occur?How? #8

monkeystrive opened this issue Apr 12, 2020 · 2 comments

Comments

@monkeystrive
Copy link

image

@monkeystrive
Copy link
Author

Traceback (most recent call last):
File "main.py", line 1, in
from utils.constants import UNIVARIATE_ARCHIVE_NAMES as ARCHIVE_NAMES
File "/opt/module/datas/tsc_data_augment/utils/constants.py", line 3, in
from distances.dtw.dtw import dynamic_time_warping as dtw
ModuleNotFoundError: No module named 'distances.dtw.dtw'

@hfawaz
Copy link
Owner

hfawaz commented Apr 14, 2020

This is due to not running the cython script in utils/build-cython.sh

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