Search code examples
amazon-web-servicesaws-glueh3

AWS Glue Python Shell Import H3


Am trying to import h3 into a Python Glue Shell job, have downloaded the .whl file from https://pypi.org/project/h3/#files but am getting the following error: ModuleNotFoundError: No module named 'h3._cy.cells'


Solution

  • Realized need to use the specific whl file for py3.6 and x86_64 h3-3.7.3-cp36-cp36m-manylinux2010_x86_64.whl