awni / speech

A PyTorch Implementation of End-to-End Models for Speech-to-Text
Apache License 2.0
747 stars 175 forks source link

make error from torch.utils.ffi import create_extension #42

Open imr555 opened 5 years ago

imr555 commented 5 years ago

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

AminJun commented 4 years ago

I'm having the same issue. Any suggestions?