AttributeError: 'function' object has no attribute 'func_code'
oriolcolomefont opened this issue · 3 comments
oriolcolomefont commented
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!
nathan0neal commented
I've ran into the same issue. I think it might be linked to us using Python 3 instead of Python 2
Ying156209 commented
Install 'augment' by https://github.com/facebookresearch/WavAugment. You are not using the right augment module.
oriolcolomefont commented
Thank you!