
Hi, i ran 4.1 without any issues but im in the process to migrating to selfhosted 1.5 and thus i needed to upgrade the python sdk. I get errors from inside the pip package.
Currently using python 3.1 and, as mentioned, the appwrite 5.0.0 running in this docker image: runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
The image and environment is exactly the same as with 4.1. I dont think my appwrite server version matters, as it doesnt even reach the point.
My test script just contains:
`from appwrite.client import Client'
which results in this error message:
(EDIT: I pasted the wrong error message, sorry)
Traceback (most recent call last): File "/workspace/test.py", line 1, in <module> from appwrite.client import Client File "/usr/local/lib/python3.10/dist-packages/appwrite/client.py", line 7, in <module> from .encoders.value_class_encoder import ValueClassEncoder ModuleNotFoundError: No module named 'appwrite.encoders'

@D5

@D5 sorry, pasted the wrong error message, corrected it
Recommended threads
- Selfhosting problem
I'm migrating from cloud to self-hosted. I tried using 'Export to self-hosted instance' and use my free Ngrok domain as Endpoint self-hosted instance, but I got...
- Direct Upgrade from Appwrite v1.5.11 to ...
I'm on Appwrite v1.5.11. Can I upgrade directly to v1.6.2?
- PKCE, Etsy, OIDC, External OAuth provide...
first, thanks for creating and maintaining this software. I'm almost glad i couldn't convince my (wise and wonderful) senior devs to try pocketbase on productio...
