{"id":27846,"library":"gpudb","title":"Kinetica GPUDB Python Client","description":"Official Python client for Kinetica (formerly GPUdb), a GPU-accelerated database. Current version 7.2.3.8, requires Python >=3.8.","status":"active","version":"7.2.3.8","language":"python","source_language":"en","source_url":"https://github.com/kineticadb/gpudb-python","tags":["gpu","database","kinetica","gpudb","client"],"install":[{"cmd":"pip install gpudb","lang":"bash","label":"Latest from PyPI"}],"dependencies":[],"imports":[{"wrong":"from gpudb import GPUdb","symbol":"GPUdb","correct":"import gpudb"}],"quickstart":{"code":"from gpudb import GPUdb\n\noptions = GPUdb.Options()\noptions.host = os.environ.get('KINETICA_HOST', 'http://localhost:9191')\noptions.username = os.environ.get('KINETICA_USERNAME', '')\noptions.password = os.environ.get('KINETICA_PASSWORD', '')\n\ndb = GPUdb(options)\nprint(db.show_system_status())","lang":"python","description":"Connect to Kinetica using environment variables."},"warnings":[{"fix":"Use `GPUdb.Options()` or pass keyword arguments: `GPUdb(host='...', port=...)`.","message":"v7.2.0+ changed the constructor signature. `GPUdb(host, port)` no longer works; use `GPUdb(options)` or `GPUdb(host=..., port=...)`.","severity":"breaking","affected_versions":">=7.2.0"},{"fix":"Change `import gpudb` to `from gpudb import GPUdb`.","message":"Direct import of `gpudb` (without submodule) is deprecated; always use `from gpudb import GPUdb`.","severity":"deprecated","affected_versions":">=7.0.0"},{"fix":"Set `options.username` and `options.password` before creating the GPUdb object.","message":"Default authentication uses empty credentials. If the server requires auth, you must set username and password, or the connection will fail with 'SQLSTATE[08001]'.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'3.8':22 '7.2.3.8':19 'acceler':15 'client':4,7,27 'current':17 'databas':16,24 'former':10 'gpu':14,23 'gpu-acceler':13 'gpudb':2,11,26 'kinetica':1,9,25 'offici':5 'python':3,6,21 'requir':20 'version':18","created_at":"2026-05-09T05:52:23.138089+00:00","updated_at":"2026-05-09T05:52:23.138089+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmps0cx2m6i/venv/lib/python3.12/site-packages/gpudb/__init__.py\", line 15, in <module>\n    from gpudb.gpudb import GPUdb\n  File \"/tmp/tmps0cx2m6i/venv/lib/python3.12/site-packages/gpudb/gpudb.py\", line 29, in <mod"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://www.kinetica.com","github":null,"docs":"https://docs.kinetica.com/7.2/api/python/","changelog":null,"pypi":"https://pypi.org/project/gpudb/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}