[solved] Python - Import "appwrite.client" could not be resolvedPylancereportMissingImports
- 0
- Self Hosted
I already installed appwrite via 'pip install appwrite' . Tried to follow the tutorial on pypi (Link - https://pypi.org/project/appwrite/) but it dosent work. I already selected the right env and atuff like that.
And when I do pip freeze it indicates me that appwrite is installed.
appwrite==2.0.0
The Python Version I use is : 3.10.11
Are you using Appwrite Cloud, or a self-hosted instance of appwrite?
If self hosted, what version are you on?
Appwrite Cloud, the version on the Web
the sdk you're using seems to be the wrong version.
sdk v2.0.0 is for appwrite 1.3.x You need to use an SDK that's compatible with Appwrite v1.1.2
You need to use an SDK that's compatible with Appwrite v1.1.2 Where can I download them? (preferable via pip)
my method is to go through the appwrite sdk releases, and see which one provides support for your version of appwrite
you can go on pypi and see which sdk release brought support for v1.1.2
[solved] Python - Import "appwrite.client" could not be resolvedPylancereportMissingImports
Thx, it worked for me with 'pip install appwrite==1.2.0'
Recommended threads
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...