atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Add support for Python 3.11 #552

Open sirex opened 6 months ago

sirex commented 6 months ago
docker run -ti --rm ubuntu:23.10 /bin/bash
apt update
apt install python3 python3-venv python3-dev build-essential
y
python3 --version
#| Python 3.11.6
python3 -m venv env
source env/bin/activate
pip install spinta
#|  Using cached asyncpg-0.22.0.tar.gz (770 kB)
#|      asyncpg/pgproto/pgproto.c:221:12: fatal error: longintrepr.h: No such file or directory
#|        221 |   #include "longintrepr.h"
#|            |            ^~~~~~~~~~~~~~~
pip install spinta asyncpg==0.29.0 sqlalchemy==1.3.24
spinta --version
#| 0.1.12