[Solved] Python runtime environment Getting a ModuleNotFoundError: No module named 'userlib.index'
- 0
- Functions

Hello All,
I am trying to run a the starter function in python environment and I am getting the following error from the runtime container logs:

Using Ubuntu 20.4 on WSL and appwrite 1.3.8

How exactly did you deploy the function?

Hey sorry for the late reply, Solved the issue. It seems the structure of the started code change. But when I did a CLi deployment I used a command that did not take into account the changed structure, so it seems like it could not find the index.py file. so I had to change it and put the full path of the code.

[Solved] Python runtime environment Getting a ModuleNotFoundError: No module named 'userlib.index'
Recommended threads
- SQL-Related Error when running a functio...
I have a couple of functions on a self hosted instance of appwrite 1.7.3 - and all of them working fine except for one, this specific one written with the Go-SD...
- Cloud Function CPU and RAM cant be chang...
Hello, 1) since the update of the cloud version to 1.7 we can no longer adjust the CPU and RAM resources of functions (Pro User) 2) In functions where the res...
- Runtime secret not found. Please re-crea...
Functions aren't working for my project suddenly, They worked fine for the past few weeks and were also working 15-20 minutes ago.
