-
Notifications
You must be signed in to change notification settings - Fork 622
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
some question about libfribidi.so(Arabic) #163
Comments
stay: stay:AttributeError: /home/stay/anaconda3/pkgs/fribidi-1.0.5-h7b6447c_0/lib/libfribidi.so: undefined symbol: fribidi_utf8_to_unicode |
@softwaregitgub not sure where is this file |
Did you solve the problem? |
Traceback (most recent call last):
File "E:/py/SynthTextPython3/gen.py", line 19, in
from synthgen import *
File "E:\py\SynthTextPython3\synthgen.py", line 20, in
import text_utils as tu
File "E:\py\SynthTextPython3\text_utils.py", line 20, in
import fribidi
File "E:\py\SynthTextPython3\fribidi.py", line 26, in
libfribidi = ctypes.CDLL("libfribidi.so")
File "D:\Anaconda3\envs\py35\lib\ctypes_init.py", line 351, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。
Where can i find the libfribidi.so?
The text was updated successfully, but these errors were encountered: