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
Hi, thanks for your code. I am trying to run the code but I haven't been able to get Trident to run with Python.
I followed the instructions on Trident README for installation. I added the path to PYTHONPATH and LD_LIBRARY_PATH after compilation process, but I can't import the library in python.
I also tried to import Trident with cython, but it doesn't seem to work either. (It throws this error message undefined symbol: Db when I try to load the KB. )
I've tried on both linux and Mac OS, I was wondering if you could give me some tips for me to move forward and run your code. Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi, thanks for your code. I am trying to run the code but I haven't been able to get Trident to run with Python.
I followed the instructions on Trident README for installation. I added the path to
PYTHONPATH
andLD_LIBRARY_PATH
after compilation process, but I can't import the library in python.I also tried to import Trident with
cython
, but it doesn't seem to work either. (It throws this error messageundefined symbol: Db
when I try to load the KB. )I've tried on both linux and Mac OS, I was wondering if you could give me some tips for me to move forward and run your code. Thank you in advance!
The text was updated successfully, but these errors were encountered: