awni/speech

make error from torch.utils.ffi import create_extension

imr555 opened this issue · 1 comments

Traceback (most recent call last):
File "build.py", line 4, in
from torch.utils.ffi import create_extension
File "/home/imr555/miniconda3/envs/ariyan/lib/python3.6/site-packages/torch/utils/ffi/init.py", line 1, in
raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.")
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
Makefile:5: recipe for target 'warp' failed
make: *** [warp] Error 1

I'm having the same issue. Any suggestions?