Hi
I was trying to use the Python client library.
I am on a Macbook, Yosemite with lua51 installed via brew. I did pip install. However I cant get the client to load.
import aerospike Traceback (most recent call last): File “”, line 1, in ImportError: dlopen(/Library/Python/2.7/site-packages/aerospike.so, 2): Symbol not found: _luaL_loadbuffer Referenced from: /Library/Python/2.7/site-packages/aerospike.so Expected in: flat namespace in /Library/Python/2.7/site-packages/aerospike.so
I get the above error, when I try to do an import aerospike
in the python console/script.
Any ideas?