kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
419 stars 89 forks source link

ModuleNotFoundError: No module named 'numpy.typing' #11

Closed lyjzsyzlt closed 3 years ago

lyjzsyzlt commented 3 years ago

when i run the example using the source code, there is an error, ModuleNotFoundError: No module named 'numpy.typing'

poneill commented 3 years ago

Hi, this is probably due to your numpy version being less than 1.20.0. (pip freeze | grep numpy will check this.) Did you pip install . in a venv?

lyjzsyzlt commented 3 years ago

nice! it works after i ungrade the numpy.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月8日(星期四) 中午12:19 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [kensho-technologies/pyctcdecode] ModuleNotFoundError: No module named 'numpy.typing' (#11)

Hi, this is probably due to your numpy version being less than 1.20.0. (pip freeze | grep numpy will check this.) Did you pip install . in a venv?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.