
Hello all,
my Appwrite Cloud Functions, are no longer deploying correctly. About a month ago everything worked, but now the packages (e.g. appwrite) from the requirements.txt are no longer installed.
What do I do: I create a function on my machine with: appwrite init funtion
Afterwards I deploy this function with: appwrite deploy funtion
You can find the logs of the deployment and the error of the execution attached. In older deployments the appwrite package gets installed. Did anything change during the last month?

In 1.4, you just specify the build command (pip install -r requirements.txt
)

I am deploying the function to my cloud Project using the appwrite cli ... In older deployments the packages were installed automatically by using the "appwrite deploy function" command (after selecting the right function in the command line. How am I supposed to install these packages now?

"commands": "pip install -r requirements.txt"
if I am not wrong.

Thank you! It worked with that. This is new, isn't it? I don't remember having to use that before ....

Yes, the flexibility now allows you to do other things you may need like install OS level dependencies needed for some python packages

All right, thanks for your help!

{SOLVED] Appwrite does not install the packages from requirements.txt

[SOLVED] Appwrite does not install the packages from requirements.txt
Recommended threads
- Domain Verification failed
I think i did the step by step well but just not work. When I enter the page I have this error: `Requested host does not match any Subject Alternative Names (S...
- Adding custom domain to Appwrite project
My app is hosted on Vercel on domain todo.velleb.com. On PC, the OAuth logins like GitHub, Discord and Google work and create the account and log in. On mobile ...
- Auth ( OTP Session )
Hi, i would like to ask about OTP session login, may i know is it doable for dynamic/variable for sender,reply-to or not?
