Had errors of
ImportError: dlopen(./aardvark.so, 2): image not found
when importing aardvark code. Seems that aardvark.so must be in the current working directory. Need to fix this, possibly edit the dynamic linked library path? LD_LIBRARY_PATH (or DYLD_LIBRARY_PATH)
Had errors of
ImportError: dlopen(./aardvark.so, 2): image not foundwhen importing aardvark code. Seems that
aardvark.somust be in the current working directory. Need to fix this, possibly edit the dynamic linked library path? LD_LIBRARY_PATH (or DYLD_LIBRARY_PATH)