bguillouet / traj-dist

A python package for computing distance between 2D trajectories.
MIT License
311 stars 80 forks source link

cannot import name 'c_e_sspd' from 'traj_dist.cydist.sspd' (unknown location) #21

Closed siqiyaoyao closed 2 years ago

siqiyaoyao commented 2 years ago

I have successfully ran

python setup.py install and pip install . But faced import error like it: ImportError: cannot import name 'c_e_sspd' from 'traj_dist.cydist.sspd' (unknown location)

Could you please give me any solution?

Thank you very much!

siqiyaoyao commented 2 years ago

I updated the new version, it works