GraphEmbedding icon indicating copy to clipboard operation
GraphEmbedding copied to clipboard

关于fastdtw的问题

Open hahaymm opened this issue 5 years ago • 2 comments

Traceback (most recent call last):

File "/Users/yangfengyu/Desktop/GraphEmbedding-master/examples/line_wiki.py", line 4, in from ge.classify import read_node_label, Classifier File "/Users/yangfengyu/Desktop/GraphEmbedding-master/ge/init.py", line 1, in from .models import * File "/Users/yangfengyu/Desktop/GraphEmbedding-master/ge/models/init.py", line 5, in from .struc2vec import Struc2Vec File "/Users/yangfengyu/Desktop/GraphEmbedding-master/ge/models/struc2vec.py", line 28, in from fastdtw import fastdtw ModuleNotFoundError: No module named 'fastdtw'

我在本地进行了实验,但是一直报错如上。 请问fastdtw模块是项目内的还是第三方的库,我在项目里全局搜索没有找到。 期待回复!

hahaymm avatar Nov 17 '20 04:11 hahaymm

pip install fastdtw

jackchenwen avatar Nov 25 '20 09:11 jackchenwen

conda -m conda-forge fastdtw 这个命令会读取该包的配置文件,并且升级(或者降级)关联的包

wzrbill avatar Aug 21 '22 14:08 wzrbill