k2-fsa / fast_rnnt

A torch implementation of a recursion which turns out to be useful for RNN-T.
Other
139 stars 22 forks source link

ModuleNotFoundError: No module named '_fast_rnnt' #17

Closed Tan-ht closed 2 years ago

Tan-ht commented 2 years ago

I installed this module successfully with pip, while this error occurred when I tried to import the fast_rnnt. 1661827816572 1661827868892

csukuangfj commented 2 years ago

I installed this module successfully with pip

Could you post the installation logs?

csukuangfj commented 2 years ago

I see that you are using Windows. Unfortunately, the current build system does not handle Windows correctly.

I will make a PR.