I am trying to install GridDB on a Python client using this procedure https://griddb.net/en/blog/python-client/.
After following the instructions step by step I get the below error when attempting to making my python client:
The fix I found in this procedure is not working and I still get back to the same error.
Source: Python Questions
One Reply to “Unable to Install GridDB on Python Client”
The issue appears to be addressed in the article
“The issue lies with needing your Makefile to point to your c_client. This means the only thing we need to do is add the c_client/bin location in the LDFLAGS option”
it is addressed in the article