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

one question #36

Open
zhaojc001 opened this issue Oct 28, 2019 · 2 comments
Open

one question #36

zhaojc001 opened this issue Oct 28, 2019 · 2 comments

Comments

@zhaojc001
Copy link

when i run the following code,it appears the error,please help me:
from fastdtw import fastdtw
ImportError: cannot import name 'fastdtw'

@knakajima3027
Copy link

Hi, haven't you solved this problem yet?
I could it as follows. python version is 3.6.4.

pip install fastdtw
>> from fastdtw import fastdtw

@ApocalyVec
Copy link

Are you using a virtual environment or the base interpreter?

If you installed the package through pip, then, in either case, check if fastdtw is in /lib/python/site-packages/.

or use:
pip freeze
to get the list of installed packages and see if fastdtw is in there.

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

3 participants