weasdown

Results 2 comments of weasdown

I've had this problem too with Python 3.12.4 and pydgraph 23.0.2 on Windows 11 and 10. The only way I could get pydgraph to install was to use Python 3.11...

Installing PyDgraph 24.0.2 worked for me today in a venv with Python 3.12: ```shell > python -m pip install pydgraph Collecting pydgraph Downloading pydgraph-24.0.2-py3-none-any.whl.metadata (29 kB) Collecting grpcio=1.54.3 (from pydgraph)...