python_client icon indicating copy to clipboard operation
python_client copied to clipboard

python client not working

Open shimondoodkin opened this issue 5 years ago • 1 comments

pip3 install griddb-python

swig choice was a bad choice also, the c libraries do not have dependencies automatically.

many options to make dependencies work 1 using recursive git. it is just cloning a git inside git. when committing it adds a reference. and all checked out automatically with git checkout --recursive 2 use c+++ package manager like conan it works very well 3 just download everything 4 use cmake for everything - works very well 5 use c++ build file like in uwebsockets.js to do build download everything and compile maybe with llvm that is a more modern compiler but not sure if it is faster

nodejs not working, python not working feels frustrating.

shimondoodkin avatar Jul 04 '19 19:07 shimondoodkin

Thank you for your comment.

nodejs not working, python not working feels frustrating.

The issue for python client library might be similar ( connection issue) to griddb/nodejs_client#15 . If it is difficult to solve, I recommand to start from a sample in Java or C client library.

knonomura avatar Jul 08 '19 00:07 knonomura