Using the cli to create a new function (appwrite init function), there's a option to pick python-ml-3.11 runtime.
but if selected it thowns an error:
✗ Error ENOENT: no such file or directory, copyfile 'C:\projects\cloud_test\functions\asd\python-ml-3.11' -> 'C:\projects\cloud_test\functions\asd'
How can I activate it?
TL;DR
Developers are facing an issue with activating the python-ml-3.11 runtime when creating a new function through the CLI. The error message indicates a file directory problem. To resolve this issue, ensure that the necessary files for the python-ml-3.11 runtime are available in the specified directories.