bootphon / phonemizer

Simple text to phones converter for multiple languages
https://bootphon.github.io/phonemizer/
GNU General Public License v3.0
1.19k stars 166 forks source link

shared memfd open() failed: Function not implemented #42

Closed justghostof closed 4 years ago

justghostof commented 4 years ago

echo "你好世界" | phonemize -l cmn -b espeak --with-stress shared memfd open() failed: Function not implemented shared memfd open() failed: Function not implemented shared memfd open() failed: Function not implemented shared memfd open() failed: Function not implemented [ERROR] shared memfd open() failed: Function not implemented fatal error: espeak failed with return code 0

mmmaat commented 4 years ago

Hi,

You are using WSL (Windows Subsystem for Linux) right? If so this is WSL related bug, not a phonemizer one. Have a look here or here...

If you are using WSL version 1, you should try to update to version 2. Have a wsl --list --verbose to check version. See this install tutorial.

mmmaat commented 4 years ago

By the way

$ echo "你好世界" | phonemize -l cmn -b espeak --with-stress
nˈisa5n xˈɑusa5n s.ˈi.si̪5 tɕˈiɛsi̪5
justghostof commented 4 years ago

OK