Issue with cloud servicesI am unable to build python cloud function with numpy package.
- 0
- Self Hosted
- Functions
I tried my best, tried almost all versions of numpy but in vain. It's giving some errors like blas_opt_info: customize UnixCCompiler libraries mkl_rt not found .... Wheel for collected package: numpy Building wheel for numpy (pyproject.toml): started Building wheel for numpy (pyproject.toml): finished with status error Failed to build numpy
Yes, this is a known limitation: https://github.com/appwrite/appwrite/issues/1037. One way we plan on tackling this is by providing a runtime that has numpy and other ML related packages pre-installed. This will probably be part of Appwrite 1.4
@Steven this means I have to wait until release 1.4. ππ I was so excited to try this
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...