Spijkervet/torchaudio-augmentations

AttributeError: 'function' object has no attribute 'func_code'

oriolcolomefont opened this issue · 3 comments

Hey there!
Thanks for the work! When importing the package I get AttributeError: 'function' object has no attribute 'func_code'

Could you please shed some light on this?

Thanks!

I've ran into the same issue. I think it might be linked to us using Python 3 instead of Python 2

Install 'augment' by https://github.com/facebookresearch/WavAugment. You are not using the right augment module.

Thank you!