python_client
python_client copied to clipboard
which is required to install pyproject.toml-based projects
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 bdist_wheel did not run successfully. │ exit code: 1 ╰─> [8 lines of output] running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. running build running build_ext building '_griddb_python' extension swigging src/griddb.i to src/griddb_wrap.cpp swig.exe -python -DSWIGWORDSIZE64 -c++ -outdir . -Isrc -o src/griddb_wrap.cpp src/griddb.i error: command 'swig.exe' failed: None [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for griddb-python Running setup.py clean for griddb-python Failed to build griddb-python ERROR: Could not build wheels for griddb-python, which is required to install pyproject.toml-based projects keep failing
why it so hard to run ur griddb on window while everything work only for linux on other hand influxdb.exe has builtin support for window and its plugin
look how easy is influxdb
and urs also sometime i need to play nox player and other stuff which doesnt support hyperv which most likely odd for wsl
ur python griddb only install on linux machine not on window through this warning
Sorry for late reply.
error: command 'swig.exe' failed: None
I guess it's because SWIG is not installed.
Note: SWIG (Simplified Wrapper and Interface Generator) http://www.swig.org/
Could you try to install SWIG with the following method ? https://griddb.org/python_client/cmake_build_guide.html#sec-1-3-3