Rank 2: Process
i wanna also ask why im facing the error in appwrite functions
Traceback (most recent call last):
File "/usr/local/server/src/server.py", line 106, in action
output = await asyncio.waitfor(execute(context), timeout=safeTimeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/tasks.py", line 489, in waitfor
return fut.result()
^^^^^^^^^^^^
File "/usr/local/server/src/server.py", line 91, in execute
userModule = importlib.import_module("function." + userPath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/importlib/__init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/usr/local/server/src/function/function.py", line 2, in
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
even if i picked the Python ML 3.11 and wrote the install requirements in txt
and when i check and download the code from deployment that appwrite chosen - everything is written ok, but i cant execute it