-
Notifications
You must be signed in to change notification settings - Fork 87
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
No module named 'ahoproc_tools' #3
Comments
Thanks! |
how do i install it now as sklearn is deprecated |
Did you get any workaround for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: