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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: