No module named 'ahoproc_tools'
almondUser3 opened this issue · 3 comments
almondUser3 commented
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.
santi-pdp commented
Thanks!
RoyalewidCheese commented
how do i install it now as sklearn is deprecated
palashmoon commented
how do i install it now as sklearn is deprecated
Did you get any workaround for this?