muratdogluOriginal post
Rank 1: Thread
hi, I used python to write function.
I tested basic code, everything is okay. build completed. But, when I use 'from appwrite.client import Client' , I see Internal Runtime error. on Appwrite panel. What is the problem?
Summary
The user is having trouble using the 'appwrite' package in their Python project. When they try to import 'Client' from 'appwrite.client', they encounter an internal runtime error. They are asking for assistance with resolving this issue.
Solution: It is recommended to check if the 'appwrite' package is added as a dependency to the function.