python_client icon indicating copy to clipboard operation
python_client copied to clipboard

GridDB Python Client

Results 8 python_client issues
Sort by recently updated
recently updated
newest added

I was trying to install griddb-python for my Kafka-stream project but encountered the below error. Mac OS configuration: macOS Sonoma ` Collecting griddb-python Using cached griddb_python-0.7.6.tar.gz (52 kB) Preparing metadata...

Collecting griddb-python Using cached griddb_python-0.7.6.tar.gz (52 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: griddb-python Building wheel for griddb-python (setup.py) ... error error: subprocess-exited-with-error × python setup.py...

Environment: - macOS Big Sur v11.6.5 - python version: 3.10.0b4 Steps to produce the issue: ``` #Created virtual env via pyenv pyenv virtualenv 3.10.0b4 onDemand #Could not activate so had...

Ran [the time series row expiration sample](https://github.com/griddb/python_client/blob/master/sample/TimeSeriesRowExpiration.py) and got the following error message; ``` [1007:CM_NOT_SUPPORTED] not support Row Expiration (address=127.0.0.1:10001, partition=94) [ 1 ] 1007 [1007:CM_NOT_SUPPORTED] not support Row Expiration...

I am currently working on a benchmark of time series database systems for analytical (complex) queries. These queries are algorithms that cannot (easily) be implemented in SQL language so they...

Hi , g++ -fPIC -std=c++0x -g -O2 -c -o src/AggregationResult.o -Iinclude -Isrc src/AggregationResult.cpp g++ -fPIC -std=c++0x -g -O2 -c -o src/Container.o -Iinclude -Isrc src/Container.cpp g++ -fPIC -std=c++0x -g -O2 -c...

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...

The Python client simply throws griddb_python.GSException for multiple types of exceptions which makes debugging difficult.