Hello,
I am on a Macbook Pro, running Ventura, and Python 3.11.3.
I installed the Python tiledb library via pip from PyPI. It installed version 0.21.3, and more specifically this wheel: tiledb-0.21.3-cp311-cp311-macosx_11_0_arm64.whl
When I run my code, I get this error:
tiledb.cc.TileDBError: [TileDB::VFS] Error: TileDB was built without GCS support
Do the wheels in PyPI not have GCS support enabled on Macs by default?