santi-pdp / pase

Problem Agnostic Speech Encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'ahoproc_tools'

almondUser3 opened this issue · comments

When running make_trainset_statistics.py,

The following error pops up:
Traceback (most recent call last): File "make_trainset_statistics.py", line 5, in <module> from pase.transforms import * File "/root/sharedfolder/pase/pase/transforms.py", line 9, in <module> from ahoproc_tools.interpolate import interpolation ModuleNotFoundError: No module named 'ahoproc_tools'

I did a pip install git+https://github.com/santi-pdp/ahoproc_tools@master and it seems to work.

Suggested solution:
Should include ahoproc_tools under your depencies.

Thanks!