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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...