Python GCS support on Mac

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?

Hi @kdmnancefp, yes - currently it is only available in the conda package. GCS will be available in the PyPI wheels for the next release.

Thanks for the info @ihnorton, looking forward to that release :slight_smile: