
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
- Self hosted cant login when behind rever...
Hello, I have setup appwrite behind nginx proxy manager, with the help of this link I found in the forum: https://medium.com/@stnguyen90/how-to-run-appwrite-be...
- Sites and SSL
Hi! I'm trying to configure Appsite sites, and I'm using Cloudflare for SSL. After I generate the SSL certificate (It generates fine it seems), I go and load t...
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
