[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
- Show execution status 500 unable to set ...
I want to set the labels at the time user signup to my application , all things work , users data save in auth, updateprefs set , a verification email sent , bu...
- Using a local package inside of a cloud ...
Hey all I am trying to understand if what I want is possible or I am looking at it wrong. I am trying to use the a local package inside of my Dart cloud functi...
- Help for Appwrite sites domain setup (se...
When installing appwrite locally, how should i set up the domains? i've got: `services.site.com` -> appwrite dashboard `sites.site.com` -> same ip and port `fu...
