python_client icon indicating copy to clipboard operation
python_client copied to clipboard

which is required to install pyproject.toml-based projects

Open xalteropsx opened this issue 1 year ago • 3 comments

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

xalteropsx avatar Nov 14 '23 20:11 xalteropsx

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

xalteropsx avatar Nov 15 '23 02:11 xalteropsx

look how easy is influxdb image

and urs also sometime i need to play nox player and other stuff which doesnt support hyperv which most likely odd for wsl image

ur python griddb only install on linux machine not on window through this warning

xalteropsx avatar Nov 15 '23 02:11 xalteropsx

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

knonomura avatar Feb 29 '24 09:02 knonomura