Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python client not working #14

Open
shimondoodkin opened this issue Jul 4, 2019 · 1 comment
Open

python client not working #14

shimondoodkin opened this issue Jul 4, 2019 · 1 comment

Comments

@shimondoodkin
Copy link

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.

@knonomura
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants