-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: /usr/local/lib/libsinsy.so.0.9: undefined symbol: HTS_Engine_get_nsamples #5
Comments
I tried using Google Colab to use nnsvs and found an error in 'import pysinsy' too. Error message: Original Message(Korean): 오류 메시지: |
Could you ask the author of https://github.com/oatsu-gh/setup-nnsvs-on-wsl? I may look into the problem when I have some time but cannot guarantee when I get some time to do it as I have been busy at work recently. |
Thank you for your reply! This is just my opinion, I don't think it's a matter of setup-nsvs-on-wsl. Original Message(Korean): 이것은 그저 제 의견입니다만, setup-nsvs-on-wsl의 문제가 아닌 것 같습니다. |
I have the same question too. Do you fix it? |
A few hours ago, I deleted everything and reinstalled nnsvs, and the error was fixed. Original Message(Korean): |
My English is bad. So I used a translator. I'm sorry.
I installed wsl2 and Ubuntu(version: 2004.2021.222.0) to use nnsvs.
Then I tried to install nnsvs using setup-nsvs-on-wsl (https://github.com/oatsu-gh/setup-nnsvs-on-wsl)), but it didn't install properly because of an error.
So I copied the commands in 'setup_nnsvs_on_wsl.sh' and entered them directly into Windows Terminal to install the necessary packages and nnsvs.
But nnsvs didn't work, and I checked and found an error when import pysinsy.
This is the result of import pysinsy:
.>>> import pysinsy
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.8/dist-packages/pysinsy/init.py", line 5, in
from .sinsy import Sinsy
ImportError: /usr/local/lib/libsinsy.so.0.9: undefined symbol: HTS_Engine_get_nsamples
I tried reinstalling Ubuntu and nnsvs several times to resolve the error, but the problem was not resolved.
Please help me to resolve this error...😢
Thank you for reading!
Original Message(Korean):
저는 nnsvs를 사용하기 위해 wsl2와 Ubuntu(버전: 2004.2021.222.0)을 설치했습니다.
그 다음 setup-nnsvs-on-wsl(https://github.com/oatsu-gh/setup-nnsvs-on-wsl)을 사용해 nnsvs 설치하려고 했지만, 오류가 났고 제대로 설치가 되지 않았습니다.
그래서 setup_nnsvs_on_wsl.sh 안의 명령어를 한 줄 씩 복사해서 Windows Terminal에 직접 입력하여 필요한 패키지들과 nnsvs를 설치했습니다.
하지만 nnsvs가 작동하지 않았고, 확인해보니 pysinsy를 import할 때 오류가 있었습니다.
아래는 pysinsy를 import한 결과입니다:
.>>> import pysinsy
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.8/dist-packages/pysinsy/init.py", line 5, in
from .sinsy import Sinsy
ImportError: /usr/local/lib/libsinsy.so.0.9: undefined symbol: HTS_Engine_get_nsamples
오류를 해결하기 위해 Ubuntu와 nnsvs를 여러번 재설치 해보았지만 문제가 해결되지 않았습니다.
제가 이 오류를 해결할 수 있도록 도와주세요...😢
읽어주셔서 감사합니다.
The text was updated successfully, but these errors were encountered: