xinjli / allosaurus

Allosaurus is a pretrained universal phone recognizer for more than 2000 languages
GNU General Public License v3.0
532 stars 85 forks source link

Issue with using dependencies numpy with numba and panphon #53

Closed ytan101 closed 2 years ago

ytan101 commented 2 years ago

Hi, when I try to run the package, I get an error with panphon stating that numpy needs to be greater than 1.20.2, but if I upgrade numpy, I get an error stating that numba only works with numpy between 1.17 to 1.20

EDIT: Had to upgrade numba