MacOS Python client not working in GridDB

12 views Asked by At

I have installed the python client via the releases file: griddb_python-0.8.5-cp310-cp310-macosx_10_15_x86_64.whl

Environment:

MacOS Monterey v12.6
Python: 3.10.8

The c-client was built on this machine from source.

Here is the error:

$ python3 sample.py 239.0.0.1 31999 myCluster admin admin
Traceback (most recent call last):
  File "/private/tmp/sample.py", line 3, in <module>
    import griddb_python as griddb
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/griddb_python.py", line 21, in <module>
    import _griddb_python
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_[griddb_python.cpython-310-darwin.so](http://griddb_python.cpython-310-darwin.so/), 0x0002): symbol not found in flat namespace (_iconv)
0

There are 0 answers