-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with using H3 package on Lambda #303
Comments
Usually pip will correctly find the right wheel and you shouldn't need to do anything manual. You should try updating pip to the latest version. Otherwise you need to give more information about your setup and python version, linux arch, etc. |
@kylebarron facing issue with lambda, not in local machine. |
You should install it from a Lambda docker container to build your distribution, then you'll get the relevant pip package. |
olo i also have same issue os: mint 21.3 trying to use timezonefinder with blender3d app `
i tried updating pip, installing timezonefinder to blender's python folder, updating h3, no luck thx for sharing have fun |
I am trying to create a lambda layer using h3. all attempts have ended with: "errorMessage": "Unable to import module 'lambda_function': No module named 'h3._cy.cells'"
I am doing this using docker inside an ubuntu image on my mac with arm64. I have tried installing it with the following .whl files with no avail:
h3-3.7.6-cp310-cp310-win_amd64.whl
h3-3.7.6-cp310-cp310-musllinux_1_1_x86_64.whl
h3-3.7.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
h3-3.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
I have also attempted to install it by simply using pip3 install h3
Any Help is appreciated!
The text was updated successfully, but these errors were encountered: