You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have installed torchain, I got the import error.
Traceback (most recent call last):
File "src/torchain/test/test.py", line 6, in
from torchain._ext import my_lib
File "/home//anaconda2/envs/pytorch0.4/lib/python3.6/site-packages/torchain-0.6-py3.6-linux-x86_64.egg/torchain/_ext/my_lib/init.py", line 3, in
from ._my_lib import lib as _lib, ffi as _ffi
ImportError: /home//anaconda2/envs/pytorch0.4/lib/python3.6/site-packages/torchain-0.6-py3.6-linux-x86_64.egg/torchain/_ext/my_lib/_my_lib.abi3.so: undefined symbol: _ZN5kaldi18FatalMessageLoggerD1Ev
I used the pytorch0.4 and kaldi-5.3. I have no idea to solve it. Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
When I have installed torchain, I got the import error.
Traceback (most recent call last):
File "src/torchain/test/test.py", line 6, in
from torchain._ext import my_lib
File "/home//anaconda2/envs/pytorch0.4/lib/python3.6/site-packages/torchain-0.6-py3.6-linux-x86_64.egg/torchain/_ext/my_lib/init.py", line 3, in
from ._my_lib import lib as _lib, ffi as _ffi
ImportError: /home//anaconda2/envs/pytorch0.4/lib/python3.6/site-packages/torchain-0.6-py3.6-linux-x86_64.egg/torchain/_ext/my_lib/_my_lib.abi3.so: undefined symbol: _ZN5kaldi18FatalMessageLoggerD1Ev
I used the pytorch0.4 and kaldi-5.3. I have no idea to solve it. Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: